Html Css Color HEX #D00CC5 Deep Magenta

📋 copy color: '#D00CC5'

red 208 ◦ green 12 ◦ blue 197

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

Shades of Deep Magenta #D00CC5

Tints of Deep Magenta #D00CC5

RGB

 RED value IS 208 (81.64% from 255) = 49.88%

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

 BLUE value IS 197 (77.34% from 255) = 47.24%

R = 49.88%
G = 2.88%
B = 47.24%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D00CC5 (or 0xD00CC5) is known color: Deep Magenta. HEX triplet: D0, 0C and C5. RGB value is (208,12,197). Sum of RGB (Red+Green+Blue) = 208+12+197=417 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.88% from 417); Green value is 12 (5.08% from 255 or 2.88% from 417); Blue value is 197 (77.34% from 255 or 47.24% from 417); Max value from RGB is 208 - color contains mainly: red. Hex color #D00CC5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00CC5 is #2FF33A. Grayscale: #5B5B5B. Windows color (decimal): -3142459 or 12913872. OLE color: 12913872.

HSL color Cylindrical-coordinate representation of color #D00CC5: hue angle of 303.37º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D00CC5 is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 12 197 -
CMYK 0 0.94 0.05 0.18
HSL 303.37º 0.89% 0.43% -
HSV(B) 303.37º 0.94% 0.82% -
XYZ 36.22 17.7 54.33 -
YUV 91.69 187.43 210.96 -
System Red Green Blue C M Y K H S L
Decimal 208 12 197 0 0.94 0.05 0.18 303.37 0.89 0.43
Hex D0 C C5 0 5E 5 12 12F 59 2B
Octal 320 14 305 0 136 5 22 457 131 53
Binary 11010000 1100 11000101 0 1011110 101 10010 100101111 1011001 101011

Color Harmonies of #D00CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00CC5

Black with #D00CC5

Text Example


Text Example

White with #D00CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00CC5; }

 p { color: rgb(208,12,197); }

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

background-color css

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

 a { background-color: rgb(208,12,197); }

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

border-color css

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

 span { border-color: rgb(208,12,197); }

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