Html Css Color HEX #D00CE2 Deep Magenta

📋 copy color: '#D00CE2'

red 208 ◦ green 12 ◦ blue 226

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

Shades of Deep Magenta #D00CE2

Tints of Deep Magenta #D00CE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 50.67%

R = 46.64%
G = 2.69%
B = 50.67%

CMYK

 C value IS 0.08

 M value IS 0.95

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D00CE2 (or 0xD00CE2) is known color: Deep Magenta. HEX triplet: D0, 0C and E2. RGB value is (208,12,226). Sum of RGB (Red+Green+Blue) = 208+12+226=446 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.64% from 446); Green value is 12 (5.08% from 255 or 2.69% from 446); Blue value is 226 (88.67% from 255 or 50.67% from 446); Max value from RGB is 226 - color contains mainly: blue. Hex color #D00CE2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00CE2 is #2FF31D. Grayscale: #5E5E5E. Windows color (decimal): -3142430 or 14814416. OLE color: 14814416.

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

Color convert

RGB 208 12 226 -
CMYK 0.08 0.95 0 0.11
HSL 294.95º 0.9% 0.47% -
HSV(B) 294.95º 0.95% 0.89% -
XYZ 39.87 19.16 73.55 -
YUV 95 201.93 208.6 -
System Red Green Blue C M Y K H S L
Decimal 208 12 226 0.08 0.95 0 0.11 294.95 0.9 0.47
Hex D0 C E2 8 5F 0 B 127 5A 2F
Octal 320 14 342 10 137 0 13 447 132 57
Binary 11010000 1100 11100010 1000 1011111 0 1011 100100111 1011010 101111

Color Harmonies of #D00CE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00CE2

Black with #D00CE2

Text Example


Text Example

White with #D00CE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00CE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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