Html Css Color HEX #D01CE1 Deep Magenta

📋 copy color: '#D01CE1'

red 208 ◦ green 28 ◦ blue 225

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

Shades of Deep Magenta #D01CE1

Tints of Deep Magenta #D01CE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 48.81%

R = 45.12%
G = 6.07%
B = 48.81%

CMYK

 C value IS 0.08

 M value IS 0.88

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D01CE1 (or 0xD01CE1) is known color: Deep Magenta. HEX triplet: D0, 1C and E1. RGB value is (208,28,225). Sum of RGB (Red+Green+Blue) = 208+28+225=461 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.12% from 461); Green value is 28 (11.33% from 255 or 6.07% from 461); Blue value is 225 (88.28% from 255 or 48.81% from 461); Max value from RGB is 225 - color contains mainly: blue. Hex color #D01CE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01CE1 is #2FE31E. Grayscale: #676767. Windows color (decimal): -3138335 or 14752976. OLE color: 14752976.

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

Color convert

RGB 208 28 225 -
CMYK 0.08 0.88 0 0.12
HSL 294.82º 0.78% 0.5% -
HSV(B) 294.82º 0.88% 0.88% -
XYZ 40.02 19.68 72.92 -
YUV 104.28 196.13 201.98 -
System Red Green Blue C M Y K H S L
Decimal 208 28 225 0.08 0.88 0 0.12 294.82 0.78 0.5
Hex D0 1C E1 8 58 0 C 127 4E 32
Octal 320 34 341 10 130 0 14 447 116 62
Binary 11010000 11100 11100001 1000 1011000 0 1100 100100111 1001110 110010

Color Harmonies of #D01CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01CE1

Black with #D01CE1

Text Example


Text Example

White with #D01CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01CE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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