Html Css Color HEX #DF47D6 Free Speech Magenta

📋 copy color: '#DF47D6'

red 223 ◦ green 71 ◦ blue 214

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

Shades of Free Speech Magenta #DF47D6

Tints of Free Speech Magenta #DF47D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 42.13%

R = 43.9%
G = 13.98%
B = 42.13%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DF47D6 (or 0xDF47D6) is known color: Free Speech Magenta. HEX triplet: DF, 47 and D6. RGB value is (223,71,214). Sum of RGB (Red+Green+Blue) = 223+71+214=508 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.90% from 508); Green value is 71 (28.12% from 255 or 13.98% from 508); Blue value is 214 (83.98% from 255 or 42.13% from 508); Max value from RGB is 223 - color contains mainly: red. Hex color #DF47D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF47D6 is #20B829. Grayscale: #848484. Windows color (decimal): -2144298 or 14043103. OLE color: 14043103.

HSL color Cylindrical-coordinate representation of color #DF47D6: hue angle of 303.55º 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 #DF47D6 is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 71 214 -
CMYK 0 0.68 0.04 0.13
HSL 303.55º 0.7% 0.58% -
HSV(B) 303.55º 0.68% 0.87% -
XYZ 44.82 25.05 66.09 -
YUV 132.75 173.86 192.37 -
System Red Green Blue C M Y K H S L
Decimal 223 71 214 0 0.68 0.04 0.13 303.55 0.7 0.58
Hex DF 47 D6 0 44 4 D 130 46 3A
Octal 337 107 326 0 104 4 15 460 106 72
Binary 11011111 1000111 11010110 0 1000100 100 1101 100110000 1000110 111010

Color Harmonies of #DF47D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF47D6

Black with #DF47D6

Text Example


Text Example

White with #DF47D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF47D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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