Html Css Color HEX #D000CE Deep Magenta

📋 copy color: '#D000CE'

red 208 ◦ green 0 ◦ blue 206

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

Shades of Deep Magenta #D000CE

Tints of Deep Magenta #D000CE

RGB

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

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

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

R = 50.24%
G = 0%
B = 49.76%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D000CE (or 0xD000CE) is known color: Deep Magenta. HEX triplet: D0, 00 and CE. RGB value is (208,0,206). Sum of RGB (Red+Green+Blue) = 208+0+206=414 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.24% from 414); Green value is 0 (0.39% from 255 or 0% from 414); Blue value is 206 (80.86% from 255 or 49.76% from 414); Max value from RGB is 208 - color contains mainly: red. Hex color #D000CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D000CE is #2FFF31. Grayscale: #555555. Windows color (decimal): -3145522 or 13500624. OLE color: 13500624.

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

Color convert

RGB 208 0 206 -
CMYK 0 1 0.01 0.18
HSL 300.58º 1% 0.41% -
HSV(B) 300.58º 1% 0.82% -
XYZ 37.15 17.87 59.88 -
YUV 85.68 195.91 215.25 -
System Red Green Blue C M Y K H S L
Decimal 208 0 206 0 1 0.01 0.18 300.58 1 0.41
Hex D0 0 CE 0 64 1 12 12D 64 29
Octal 320 0 316 0 144 1 22 455 144 51
Binary 11010000 0 11001110 0 1100100 1 10010 100101101 1100100 101001

Color Harmonies of #D000CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D000CE

Black with #D000CE

Text Example


Text Example

White with #D000CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D000CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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