Html Css Color HEX #DF42D6 Free Speech Magenta

📋 copy color: '#DF42D6'

red 223 ◦ green 66 ◦ blue 214

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

Shades of Free Speech Magenta #DF42D6

Tints of Free Speech Magenta #DF42D6

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.12%

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

R = 44.33%
G = 13.12%
B = 42.54%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DF42D6 (or 0xDF42D6) is known color: Free Speech Magenta. HEX triplet: DF, 42 and D6. RGB value is (223,66,214). Sum of RGB (Red+Green+Blue) = 223+66+214=503 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.33% from 503); Green value is 66 (26.17% from 255 or 13.12% from 503); Blue value is 214 (83.98% from 255 or 42.54% from 503); Max value from RGB is 223 - color contains mainly: red. Hex color #DF42D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF42D6 is #20BD29. Grayscale: #818181. Windows color (decimal): -2145578 or 14041823. OLE color: 14041823.

HSL color Cylindrical-coordinate representation of color #DF42D6: hue angle of 303.44º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DF42D6 is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 66 214 -
CMYK 0 0.70 0.04 0.13
HSL 303.44º 0.71% 0.57% -
HSV(B) 303.44º 0.7% 0.87% -
XYZ 44.52 24.44 65.99 -
YUV 129.82 175.51 194.47 -
System Red Green Blue C M Y K H S L
Decimal 223 66 214 0 0.70 0.04 0.13 303.44 0.71 0.57
Hex DF 42 D6 0 46 4 D 12F 47 39
Octal 337 102 326 0 106 4 15 457 107 71
Binary 11011111 1000010 11010110 0 1000110 100 1101 100101111 1000111 111001

Color Harmonies of #DF42D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF42D6

Black with #DF42D6

Text Example


Text Example

White with #DF42D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF42D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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