Html Css Color HEX #D00CCB Deep Magenta

📋 copy color: '#D00CCB'

red 208 ◦ green 12 ◦ blue 203

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

Shades of Deep Magenta #D00CCB

Tints of Deep Magenta #D00CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.99%

R = 49.17%
G = 2.84%
B = 47.99%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D00CCB (or 0xD00CCB) is known color: Deep Magenta. HEX triplet: D0, 0C and CB. RGB value is (208,12,203). Sum of RGB (Red+Green+Blue) = 208+12+203=423 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.17% from 423); Green value is 12 (5.08% from 255 or 2.84% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 208 - color contains mainly: red. Hex color #D00CCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00CCB is #2FF334. Grayscale: #5B5B5B. Windows color (decimal): -3142453 or 13307088. OLE color: 13307088.

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

Color convert

RGB 208 12 203 -
CMYK 0 0.94 0.02 0.18
HSL 301.53º 0.89% 0.43% -
HSV(B) 301.53º 0.94% 0.82% -
XYZ 36.92 17.98 58.03 -
YUV 92.38 190.43 210.47 -
System Red Green Blue C M Y K H S L
Decimal 208 12 203 0 0.94 0.02 0.18 301.53 0.89 0.43
Hex D0 C CB 0 5E 2 12 12E 59 2B
Octal 320 14 313 0 136 2 22 456 131 53
Binary 11010000 1100 11001011 0 1011110 10 10010 100101110 1011001 101011

Color Harmonies of #D00CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00CCB

Black with #D00CCB

Text Example


Text Example

White with #D00CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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