Html Css Color HEX #DF0DC8 Deep Magenta

📋 copy color: '#DF0DC8'

red 223 ◦ green 13 ◦ blue 200

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

Shades of Deep Magenta #DF0DC8

Tints of Deep Magenta #DF0DC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 45.87%

R = 51.15%
G = 2.98%
B = 45.87%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DF0DC8 (or 0xDF0DC8) is known color: Deep Magenta. HEX triplet: DF, 0D and C8. RGB value is (223,13,200). Sum of RGB (Red+Green+Blue) = 223+13+200=436 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.15% from 436); Green value is 13 (5.47% from 255 or 2.98% from 436); Blue value is 200 (78.52% from 255 or 45.87% from 436); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0DC8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0DC8 is #20F237. Grayscale: #606060. Windows color (decimal): -2159160 or 13110751. OLE color: 13110751.

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

Color convert

RGB 223 13 200 -
CMYK 0 0.94 0.10 0.13
HSL 306.57º 0.89% 0.46% -
HSV(B) 306.57º 0.94% 0.87% -
XYZ 41 20.15 56.37 -
YUV 97.11 186.07 217.79 -
System Red Green Blue C M Y K H S L
Decimal 223 13 200 0 0.94 0.10 0.13 306.57 0.89 0.46
Hex DF D C8 0 5E A D 133 59 2E
Octal 337 15 310 0 136 12 15 463 131 56
Binary 11011111 1101 11001000 0 1011110 1010 1101 100110011 1011001 101110

Color Harmonies of #DF0DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0DC8

Black with #DF0DC8

Text Example


Text Example

White with #DF0DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0DC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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