Html Css Color HEX #D001CE Deep Magenta

📋 copy color: '#D001CE'

red 208 ◦ green 1 ◦ blue 206

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

Shades of Deep Magenta #D001CE

Tints of Deep Magenta #D001CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.64%

R = 50.12%
G = 0.24%
B = 49.64%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D001CE (or 0xD001CE) is known color: Deep Magenta. HEX triplet: D0, 01 and CE. RGB value is (208,1,206). Sum of RGB (Red+Green+Blue) = 208+1+206=415 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.12% from 415); Green value is 1 (0.78% from 255 or 0.24% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 208 - color contains mainly: red. Hex color #D001CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D001CE is #2FFE31. Grayscale: #555555. Windows color (decimal): -3145266 or 13500880. OLE color: 13500880.

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

Color convert

RGB 208 1 206 -
CMYK 0 1.00 0.01 0.18
HSL 300.58º 0.99% 0.41% -
HSV(B) 300.58º 1% 0.82% -
XYZ 37.16 17.89 59.89 -
YUV 86.26 195.58 214.83 -
System Red Green Blue C M Y K H S L
Decimal 208 1 206 0 1.00 0.01 0.18 300.58 0.99 0.41
Hex D0 1 CE 0 64 1 12 12D 63 29
Octal 320 1 316 0 144 1 22 455 143 51
Binary 11010000 1 11001110 0 1100100 1 10010 100101101 1100011 101001

Color Harmonies of #D001CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D001CE

Black with #D001CE

Text Example


Text Example

White with #D001CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D001CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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