Html Css Color HEX #D001CB Deep Magenta

📋 copy color: '#D001CB'

red 208 ◦ green 1 ◦ blue 203

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

Shades of Deep Magenta #D001CB

Tints of Deep Magenta #D001CB

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.24%

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

R = 50.49%
G = 0.24%
B = 49.27%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D001CB (or 0xD001CB) is known color: Deep Magenta. HEX triplet: D0, 01 and CB. RGB value is (208,1,203). Sum of RGB (Red+Green+Blue) = 208+1+203=412 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.49% from 412); Green value is 1 (0.78% from 255 or 0.24% from 412); Blue value is 203 (79.69% from 255 or 49.27% from 412); Max value from RGB is 208 - color contains mainly: red. Hex color #D001CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D001CB is #2FFE34. Grayscale: #555555. Windows color (decimal): -3145269 or 13304272. OLE color: 13304272.

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

Color convert

RGB 208 1 203 -
CMYK 0 1.00 0.02 0.18
HSL 301.45º 0.99% 0.41% -
HSV(B) 301.45º 1% 0.82% -
XYZ 36.8 17.74 57.99 -
YUV 85.92 194.08 215.07 -
System Red Green Blue C M Y K H S L
Decimal 208 1 203 0 1.00 0.02 0.18 301.45 0.99 0.41
Hex D0 1 CB 0 64 2 12 12D 63 29
Octal 320 1 313 0 144 2 22 455 143 51
Binary 11010000 1 11001011 0 1100100 10 10010 100101101 1100011 101001

Color Harmonies of #D001CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D001CB

Black with #D001CB

Text Example


Text Example

White with #D001CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D001CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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