Html Css Color HEX #DF0DCC Deep Magenta

📋 copy color: '#DF0DCC'

red 223 ◦ green 13 ◦ blue 204

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

Shades of Deep Magenta #DF0DCC

Tints of Deep Magenta #DF0DCC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.95%

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

R = 50.68%
G = 2.95%
B = 46.36%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DF0DCC (or 0xDF0DCC) is known color: Deep Magenta. HEX triplet: DF, 0D and CC. RGB value is (223,13,204). Sum of RGB (Red+Green+Blue) = 223+13+204=440 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.68% from 440); Green value is 13 (5.47% from 255 or 2.95% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0DCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0DCC is #20F233. Grayscale: #616161. Windows color (decimal): -2159156 or 13372895. OLE color: 13372895.

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

Color convert

RGB 223 13 204 -
CMYK 0 0.94 0.09 0.13
HSL 305.43º 0.89% 0.46% -
HSV(B) 305.43º 0.94% 0.87% -
XYZ 41.47 20.34 58.87 -
YUV 97.56 188.07 217.47 -
System Red Green Blue C M Y K H S L
Decimal 223 13 204 0 0.94 0.09 0.13 305.43 0.89 0.46
Hex DF D CC 0 5E 9 D 131 59 2E
Octal 337 15 314 0 136 11 15 461 131 56
Binary 11011111 1101 11001100 0 1011110 1001 1101 100110001 1011001 101110

Color Harmonies of #DF0DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0DCC

Black with #DF0DCC

Text Example


Text Example

White with #DF0DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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