Html Css Color HEX #D000CB Deep Magenta

📋 copy color: '#D000CB'

red 208 ◦ green 0 ◦ blue 203

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

Shades of Deep Magenta #D000CB

Tints of Deep Magenta #D000CB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 50.61%
G = 0%
B = 49.39%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D000CB (or 0xD000CB) is known color: Deep Magenta. HEX triplet: D0, 00 and CB. RGB value is (208,0,203). Sum of RGB (Red+Green+Blue) = 208+0+203=411 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.61% from 411); Green value is 0 (0.39% from 255 or 0% from 411); Blue value is 203 (79.69% from 255 or 49.39% from 411); Max value from RGB is 208 - color contains mainly: red. Hex color #D000CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D000CB is #2FFF34. Grayscale: #545454. Windows color (decimal): -3145525 or 13304016. OLE color: 13304016.

HSL color Cylindrical-coordinate representation of color #D000CB: hue angle of 301.44º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D000CB is Cyan = 0, Magento = 1, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 0 203 -
CMYK 0 1 0.02 0.18
HSL 301.44º 1% 0.41% -
HSV(B) 301.44º 1% 0.82% -
XYZ 36.79 17.72 57.98 -
YUV 85.33 194.41 215.49 -
System Red Green Blue C M Y K H S L
Decimal 208 0 203 0 1 0.02 0.18 301.44 1 0.41
Hex D0 0 CB 0 64 2 12 12D 64 29
Octal 320 0 313 0 144 2 22 455 144 51
Binary 11010000 0 11001011 0 1100100 10 10010 100101101 1100100 101001

Color Harmonies of #D000CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D000CB

Black with #D000CB

Text Example


Text Example

White with #D000CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D000CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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