Html Css Color HEX #D00CBB Deep Magenta

📋 copy color: '#D00CBB'

red 208 ◦ green 12 ◦ blue 187

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

Shades of Deep Magenta #D00CBB

Tints of Deep Magenta #D00CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.95%

R = 51.11%
G = 2.95%
B = 45.95%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D00CBB (or 0xD00CBB) is known color: Deep Magenta. HEX triplet: D0, 0C and BB. RGB value is (208,12,187). Sum of RGB (Red+Green+Blue) = 208+12+187=407 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.11% from 407); Green value is 12 (5.08% from 255 or 2.95% from 407); Blue value is 187 (73.44% from 255 or 45.95% from 407); Max value from RGB is 208 - color contains mainly: red. Hex color #D00CBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00CBB is #2FF344. Grayscale: #5A5A5A. Windows color (decimal): -3142469 or 12258512. OLE color: 12258512.

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

Color convert

RGB 208 12 187 -
CMYK 0 0.94 0.10 0.18
HSL 306.43º 0.89% 0.43% -
HSV(B) 306.43º 0.94% 0.82% -
XYZ 35.11 17.26 48.49 -
YUV 90.55 182.43 211.77 -
System Red Green Blue C M Y K H S L
Decimal 208 12 187 0 0.94 0.10 0.18 306.43 0.89 0.43
Hex D0 C BB 0 5E A 12 132 59 2B
Octal 320 14 273 0 136 12 22 462 131 53
Binary 11010000 1100 10111011 0 1011110 1010 10010 100110010 1011001 101011

Color Harmonies of #D00CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00CBB

Black with #D00CBB

Text Example


Text Example

White with #D00CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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