Html Css Color HEX #DF09CC Deep Magenta

📋 copy color: '#DF09CC'

red 223 ◦ green 9 ◦ blue 204

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

Shades of Deep Magenta #DF09CC

Tints of Deep Magenta #DF09CC

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.06%

 BLUE value IS 204 (80.08% from 255) = 46.79%

R = 51.15%
G = 2.06%
B = 46.79%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DF09CC (or 0xDF09CC) is known color: Deep Magenta. HEX triplet: DF, 09 and CC. RGB value is (223,9,204). Sum of RGB (Red+Green+Blue) = 223+9+204=436 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.15% from 436); Green value is 9 (3.91% from 255 or 2.06% from 436); Blue value is 204 (80.08% from 255 or 46.79% from 436); Max value from RGB is 223 - color contains mainly: red. Hex color #DF09CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF09CC is #20F633. Grayscale: #5E5E5E. Windows color (decimal): -2160180 or 13371871. OLE color: 13371871.

HSL color Cylindrical-coordinate representation of color #DF09CC: hue angle of 305.33º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF09CC is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 9 204 -
CMYK 0 0.96 0.09 0.13
HSL 305.33º 0.92% 0.45% -
HSV(B) 305.33º 0.96% 0.87% -
XYZ 41.43 20.24 58.85 -
YUV 95.22 189.4 219.14 -
System Red Green Blue C M Y K H S L
Decimal 223 9 204 0 0.96 0.09 0.13 305.33 0.92 0.45
Hex DF 9 CC 0 60 9 D 131 5C 2D
Octal 337 11 314 0 140 11 15 461 134 55
Binary 11011111 1001 11001100 0 1100000 1001 1101 100110001 1011100 101101

Color Harmonies of #DF09CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF09CC

Black with #DF09CC

Text Example


Text Example

White with #DF09CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF09CC; }

 p { color: rgb(223,9,204); }

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

background-color css

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

 a { background-color: rgb(223,9,204); }

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

border-color css

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

 span { border-color: rgb(223,9,204); }

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