Html Css Color HEX #D01CE3 Deep Magenta

📋 copy color: '#D01CE3'

red 208 ◦ green 28 ◦ blue 227

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

Shades of Deep Magenta #D01CE3

Tints of Deep Magenta #D01CE3

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.05%

 BLUE value IS 227 (89.06% from 255) = 49.03%

R = 44.92%
G = 6.05%
B = 49.03%

CMYK

 C value IS 0.08

 M value IS 0.88

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D01CE3 (or 0xD01CE3) is known color: Deep Magenta. HEX triplet: D0, 1C and E3. RGB value is (208,28,227). Sum of RGB (Red+Green+Blue) = 208+28+227=463 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.92% from 463); Green value is 28 (11.33% from 255 or 6.05% from 463); Blue value is 227 (89.06% from 255 or 49.03% from 463); Max value from RGB is 227 - color contains mainly: blue. Hex color #D01CE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01CE3 is #2FE31C. Grayscale: #676767. Windows color (decimal): -3138333 or 14884048. OLE color: 14884048.

HSL color Cylindrical-coordinate representation of color #D01CE3: hue angle of 294.27º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D01CE3 is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 208 28 227 -
CMYK 0.08 0.88 0 0.11
HSL 294.27º 0.78% 0.5% -
HSV(B) 294.27º 0.88% 0.89% -
XYZ 40.29 19.79 74.37 -
YUV 104.51 197.13 201.82 -
System Red Green Blue C M Y K H S L
Decimal 208 28 227 0.08 0.88 0 0.11 294.27 0.78 0.5
Hex D0 1C E3 8 58 0 B 126 4E 32
Octal 320 34 343 10 130 0 13 446 116 62
Binary 11010000 11100 11100011 1000 1011000 0 1011 100100110 1001110 110010

Color Harmonies of #D01CE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01CE3

Black with #D01CE3

Text Example


Text Example

White with #D01CE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01CE3; }

 p { color: rgb(208,28,227); }

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

background-color css

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

 a { background-color: rgb(208,28,227); }

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

border-color css

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

 span { border-color: rgb(208,28,227); }

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