Html Css Color HEX #D00CE5 Deep Magenta

📋 copy color: '#D00CE5'

red 208 ◦ green 12 ◦ blue 229

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

Shades of Deep Magenta #D00CE5

Tints of Deep Magenta #D00CE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 51%

R = 46.33%
G = 2.67%
B = 51%

CMYK

 C value IS 0.09

 M value IS 0.95

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D00CE5 (or 0xD00CE5) is known color: Deep Magenta. HEX triplet: D0, 0C and E5. RGB value is (208,12,229). Sum of RGB (Red+Green+Blue) = 208+12+229=449 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.33% from 449); Green value is 12 (5.08% from 255 or 2.67% from 449); Blue value is 229 (89.84% from 255 or 51.00% from 449); Max value from RGB is 229 - color contains mainly: blue. Hex color #D00CE5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00CE5 is #2FF31A. Grayscale: #5E5E5E. Windows color (decimal): -3142427 or 15011024. OLE color: 15011024.

HSL color Cylindrical-coordinate representation of color #D00CE5: hue angle of 294.19º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D00CE5 is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 208 12 229 -
CMYK 0.09 0.95 0 0.10
HSL 294.19º 0.9% 0.47% -
HSV(B) 294.19º 0.95% 0.9% -
XYZ 40.29 19.33 75.74 -
YUV 95.34 203.43 208.36 -
System Red Green Blue C M Y K H S L
Decimal 208 12 229 0.09 0.95 0 0.10 294.19 0.9 0.47
Hex D0 C E5 9 5F 0 A 126 5A 2F
Octal 320 14 345 11 137 0 12 446 132 57
Binary 11010000 1100 11100101 1001 1011111 0 1010 100100110 1011010 101111

Color Harmonies of #D00CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00CE5

Black with #D00CE5

Text Example


Text Example

White with #D00CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00CE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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