Html Css Color HEX #DF42D3 Free Speech Magenta

📋 copy color: '#DF42D3'

red 223 ◦ green 66 ◦ blue 211

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

Shades of Free Speech Magenta #DF42D3

Tints of Free Speech Magenta #DF42D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 42.2%

R = 44.6%
G = 13.2%
B = 42.2%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DF42D3 (or 0xDF42D3) is known color: Free Speech Magenta. HEX triplet: DF, 42 and D3. RGB value is (223,66,211). Sum of RGB (Red+Green+Blue) = 223+66+211=500 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.6% from 500); Green value is 66 (26.17% from 255 or 13.2% from 500); Blue value is 211 (82.81% from 255 or 42.2% from 500); Max value from RGB is 223 - color contains mainly: red. Hex color #DF42D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF42D3 is #20BD2C. Grayscale: #818181. Windows color (decimal): -2145581 or 13845215. OLE color: 13845215.

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

Color convert

RGB 223 66 211 -
CMYK 0 0.70 0.05 0.13
HSL 304.59º 0.71% 0.57% -
HSV(B) 304.59º 0.7% 0.87% -
XYZ 44.14 24.29 63.99 -
YUV 129.47 174.01 194.71 -
System Red Green Blue C M Y K H S L
Decimal 223 66 211 0 0.70 0.05 0.13 304.59 0.71 0.57
Hex DF 42 D3 0 46 5 D 131 47 39
Octal 337 102 323 0 106 5 15 461 107 71
Binary 11011111 1000010 11010011 0 1000110 101 1101 100110001 1000111 111001

Color Harmonies of #DF42D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF42D3

Black with #DF42D3

Text Example


Text Example

White with #DF42D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF42D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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