Html Css Color HEX #DF0CC9 Deep Magenta

📋 copy color: '#DF0CC9'

red 223 ◦ green 12 ◦ blue 201

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

Shades of Deep Magenta #DF0CC9

Tints of Deep Magenta #DF0CC9

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.75%

 BLUE value IS 201 (78.91% from 255) = 46.1%

R = 51.15%
G = 2.75%
B = 46.1%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DF0CC9 (or 0xDF0CC9) is known color: Deep Magenta. HEX triplet: DF, 0C and C9. RGB value is (223,12,201). Sum of RGB (Red+Green+Blue) = 223+12+201=436 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.15% from 436); Green value is 12 (5.08% from 255 or 2.75% from 436); Blue value is 201 (78.91% from 255 or 46.10% from 436); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0CC9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0CC9 is #20F336. Grayscale: #606060. Windows color (decimal): -2159415 or 13176031. OLE color: 13176031.

HSL color Cylindrical-coordinate representation of color #DF0CC9: hue angle of 306.26º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DF0CC9 is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 12 201 -
CMYK 0 0.95 0.10 0.13
HSL 306.26º 0.9% 0.46% -
HSV(B) 306.26º 0.95% 0.87% -
XYZ 41.11 20.17 56.98 -
YUV 96.64 186.9 218.13 -
System Red Green Blue C M Y K H S L
Decimal 223 12 201 0 0.95 0.10 0.13 306.26 0.9 0.46
Hex DF C C9 0 5F A D 132 5A 2E
Octal 337 14 311 0 137 12 15 462 132 56
Binary 11011111 1100 11001001 0 1011111 1010 1101 100110010 1011010 101110

Color Harmonies of #DF0CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0CC9

Black with #DF0CC9

Text Example


Text Example

White with #DF0CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0CC9; }

 p { color: rgb(223,12,201); }

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

background-color css

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

 a { background-color: rgb(223,12,201); }

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

border-color css

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

 span { border-color: rgb(223,12,201); }

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