Html Css Color HEX #D01FCE Deep Magenta

📋 copy color: '#D01FCE'

red 208 ◦ green 31 ◦ blue 206

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

Shades of Deep Magenta #D01FCE

Tints of Deep Magenta #D01FCE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.97%

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

R = 46.74%
G = 6.97%
B = 46.29%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D01FCE (or 0xD01FCE) is known color: Deep Magenta. HEX triplet: D0, 1F and CE. RGB value is (208,31,206). Sum of RGB (Red+Green+Blue) = 208+31+206=445 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.74% from 445); Green value is 31 (12.5% from 255 or 6.97% from 445); Blue value is 206 (80.86% from 255 or 46.29% from 445); Max value from RGB is 208 - color contains mainly: red. Hex color #D01FCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01FCE is #2FE031. Grayscale: #676767. Windows color (decimal): -3137586 or 13508560. OLE color: 13508560.

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

Color convert

RGB 208 31 206 -
CMYK 0 0.85 0.01 0.18
HSL 300.68º 0.74% 0.47% -
HSV(B) 300.68º 0.85% 0.82% -
XYZ 37.64 18.85 60.05 -
YUV 103.87 185.64 202.27 -
System Red Green Blue C M Y K H S L
Decimal 208 31 206 0 0.85 0.01 0.18 300.68 0.74 0.47
Hex D0 1F CE 0 55 1 12 12D 4A 2F
Octal 320 37 316 0 125 1 22 455 112 57
Binary 11010000 11111 11001110 0 1010101 1 10010 100101101 1001010 101111

Color Harmonies of #D01FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01FCE

Black with #D01FCE

Text Example


Text Example

White with #D01FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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