Html Css Color HEX #D00CCD Deep Magenta

📋 copy color: '#D00CCD'

red 208 ◦ green 12 ◦ blue 205

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

Shades of Deep Magenta #D00CCD

Tints of Deep Magenta #D00CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.24%

R = 48.94%
G = 2.82%
B = 48.24%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D00CCD (or 0xD00CCD) is known color: Deep Magenta. HEX triplet: D0, 0C and CD. RGB value is (208,12,205). Sum of RGB (Red+Green+Blue) = 208+12+205=425 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.94% from 425); Green value is 12 (5.08% from 255 or 2.82% from 425); Blue value is 205 (80.47% from 255 or 48.24% from 425); Max value from RGB is 208 - color contains mainly: red. Hex color #D00CCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00CCD is #2FF332. Grayscale: #5C5C5C. Windows color (decimal): -3142451 or 13438160. OLE color: 13438160.

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

Color convert

RGB 208 12 205 -
CMYK 0 0.94 0.01 0.18
HSL 300.92º 0.89% 0.43% -
HSV(B) 300.92º 0.94% 0.82% -
XYZ 37.16 18.08 59.29 -
YUV 92.61 191.43 210.31 -
System Red Green Blue C M Y K H S L
Decimal 208 12 205 0 0.94 0.01 0.18 300.92 0.89 0.43
Hex D0 C CD 0 5E 1 12 12D 59 2B
Octal 320 14 315 0 136 1 22 455 131 53
Binary 11010000 1100 11001101 0 1011110 1 10010 100101101 1011001 101011

Color Harmonies of #D00CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00CCD

Black with #D00CCD

Text Example


Text Example

White with #D00CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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