Html Css Color HEX #DF47FA Free Speech Magenta

📋 copy color: '#DF47FA'

red 223 ◦ green 71 ◦ blue 250

#DF47FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Magenta #DF47FA

Tints of Free Speech Magenta #DF47FA

RGB

 RED value IS 223 (87.5% from 255) = 40.99%

 GREEN value IS 71 (28.13% from 255) = 13.05%

 BLUE value IS 250 (98.05% from 255) = 45.96%

R = 40.99%
G = 13.05%
B = 45.96%

CMYK

 C value IS 0.11

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DF47FA (or 0xDF47FA) is known color: Free Speech Magenta. HEX triplet: DF, 47 and FA. RGB value is (223,71,250). Sum of RGB (Red+Green+Blue) = 223+71+250=544 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.99% from 544); Green value is 71 (28.12% from 255 or 13.05% from 544); Blue value is 250 (98.05% from 255 or 45.96% from 544); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF47FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF47FA is #20B805. Grayscale: #888888. Windows color (decimal): -2144262 or 16402399. OLE color: 16402399.

HSL color Cylindrical-coordinate representation of color #DF47FA: hue angle of 290.95º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DF47FA is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 223 71 250 -
CMYK 0.11 0.72 0 0.02
HSL 290.95º 0.95% 0.63% -
HSV(B) 290.95º 0.72% 0.98% -
XYZ 49.94 27.1 93.04 -
YUV 136.85 191.86 189.45 -
System Red Green Blue C M Y K H S L
Decimal 223 71 250 0.11 0.72 0 0.02 290.95 0.95 0.63
Hex DF 47 FA B 48 0 2 123 5F 3F
Octal 337 107 372 13 110 0 2 443 137 77
Binary 11011111 1000111 11111010 1011 1001000 0 10 100100011 1011111 111111

Color Harmonies of #DF47FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF47FA

Black with #DF47FA

Text Example


Text Example

White with #DF47FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF47FA; }

 p { color: rgb(223,71,250); }

 H1.HeaderClassName
 {
   color: #DF47FA;
 }
 .AnyTagClassName
 {
   color: #DF47FA;
 }
</style>

background-color css

<style>
 a { background-color: #DF47FA; }

 a { background-color: rgb(223,71,250); }

 div.DivClassName
 {
   background-color: #DF47FA;
 }
 .BgClassName
 {
   background-color: #DF47FA;
 }
</style>

border-color css

<style>
 span { border-color: #DF47FA; }

 span { border-color: rgb(223,71,250); }

 td.TdClassName
 {
   border-color: #DF47FA;
 }
 .TagClassName
 {
   border-color: #DF47FA;
 }
</style>