Html Css Color HEX #D00CE1 Deep Magenta

📋 copy color: '#D00CE1'

red 208 ◦ green 12 ◦ blue 225

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

Shades of Deep Magenta #D00CE1

Tints of Deep Magenta #D00CE1

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.7%

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

R = 46.74%
G = 2.7%
B = 50.56%

CMYK

 C value IS 0.08

 M value IS 0.95

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D00CE1 (or 0xD00CE1) is known color: Deep Magenta. HEX triplet: D0, 0C and E1. RGB value is (208,12,225). Sum of RGB (Red+Green+Blue) = 208+12+225=445 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.74% from 445); Green value is 12 (5.08% from 255 or 2.70% from 445); Blue value is 225 (88.28% from 255 or 50.56% from 445); Max value from RGB is 225 - color contains mainly: blue. Hex color #D00CE1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00CE1 is #2FF31E. Grayscale: #5E5E5E. Windows color (decimal): -3142431 or 14748880. OLE color: 14748880.

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

Color convert

RGB 208 12 225 -
CMYK 0.08 0.95 0 0.12
HSL 295.21º 0.9% 0.46% -
HSV(B) 295.21º 0.95% 0.88% -
XYZ 39.73 19.11 72.83 -
YUV 94.89 201.43 208.68 -
System Red Green Blue C M Y K H S L
Decimal 208 12 225 0.08 0.95 0 0.12 295.21 0.9 0.46
Hex D0 C E1 8 5F 0 C 127 5A 2E
Octal 320 14 341 10 137 0 14 447 132 56
Binary 11010000 1100 11100001 1000 1011111 0 1100 100100111 1011010 101110

Color Harmonies of #D00CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00CE1

Black with #D00CE1

Text Example


Text Example

White with #D00CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00CE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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