Html Css Color HEX #DF47D2 Free Speech Magenta

📋 copy color: '#DF47D2'

red 223 ◦ green 71 ◦ blue 210

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

Shades of Free Speech Magenta #DF47D2

Tints of Free Speech Magenta #DF47D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 41.67%

R = 44.25%
G = 14.09%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DF47D2 (or 0xDF47D2) is known color: Free Speech Magenta. HEX triplet: DF, 47 and D2. RGB value is (223,71,210). Sum of RGB (Red+Green+Blue) = 223+71+210=504 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.25% from 504); Green value is 71 (28.12% from 255 or 14.09% from 504); Blue value is 210 (82.42% from 255 or 41.67% from 504); Max value from RGB is 223 - color contains mainly: red. Hex color #DF47D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF47D2 is #20B82D. Grayscale: #838383. Windows color (decimal): -2144302 or 13780959. OLE color: 13780959.

HSL color Cylindrical-coordinate representation of color #DF47D2: hue angle of 305.13º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DF47D2 is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 71 210 -
CMYK 0 0.68 0.06 0.13
HSL 305.13º 0.7% 0.58% -
HSV(B) 305.13º 0.68% 0.87% -
XYZ 44.32 24.85 63.43 -
YUV 132.29 171.86 192.7 -
System Red Green Blue C M Y K H S L
Decimal 223 71 210 0 0.68 0.06 0.13 305.13 0.7 0.58
Hex DF 47 D2 0 44 6 D 131 46 3A
Octal 337 107 322 0 104 6 15 461 106 72
Binary 11011111 1000111 11010010 0 1000100 110 1101 100110001 1000110 111010

Color Harmonies of #DF47D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF47D2

Black with #DF47D2

Text Example


Text Example

White with #DF47D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF47D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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