Html Css Color HEX #D00FCE Deep Magenta

📋 copy color: '#D00FCE'

red 208 ◦ green 15 ◦ blue 206

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

Shades of Deep Magenta #D00FCE

Tints of Deep Magenta #D00FCE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.5%

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

R = 48.48%
G = 3.5%
B = 48.02%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D00FCE (or 0xD00FCE) is known color: Deep Magenta. HEX triplet: D0, 0F and CE. RGB value is (208,15,206). Sum of RGB (Red+Green+Blue) = 208+15+206=429 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.48% from 429); Green value is 15 (6.25% from 255 or 3.50% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 208 - color contains mainly: red. Hex color #D00FCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00FCE is #2FF031. Grayscale: #5D5D5D. Windows color (decimal): -3141682 or 13504464. OLE color: 13504464.

HSL color Cylindrical-coordinate representation of color #D00FCE: hue angle of 300.62º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D00FCE is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 15 206 -
CMYK 0 0.93 0.01 0.18
HSL 300.62º 0.87% 0.44% -
HSV(B) 300.62º 0.93% 0.82% -
XYZ 37.32 18.21 59.94 -
YUV 94.48 190.94 208.97 -
System Red Green Blue C M Y K H S L
Decimal 208 15 206 0 0.93 0.01 0.18 300.62 0.87 0.44
Hex D0 F CE 0 5D 1 12 12D 57 2C
Octal 320 17 316 0 135 1 22 455 127 54
Binary 11010000 1111 11001110 0 1011101 1 10010 100101101 1010111 101100

Color Harmonies of #D00FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00FCE

Black with #D00FCE

Text Example


Text Example

White with #D00FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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