Html Css Color HEX #D00CE6 Deep Magenta

📋 copy color: '#D00CE6'

red 208 ◦ green 12 ◦ blue 230

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

Shades of Deep Magenta #D00CE6

Tints of Deep Magenta #D00CE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 51.11%

R = 46.22%
G = 2.67%
B = 51.11%

CMYK

 C value IS 0.10

 M value IS 0.95

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D00CE6 (or 0xD00CE6) is known color: Deep Magenta. HEX triplet: D0, 0C and E6. RGB value is (208,12,230). Sum of RGB (Red+Green+Blue) = 208+12+230=450 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.22% from 450); Green value is 12 (5.08% from 255 or 2.67% from 450); Blue value is 230 (90.23% from 255 or 51.11% from 450); Max value from RGB is 230 - color contains mainly: blue. Hex color #D00CE6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D00CE6 is #2FF319. Grayscale: #5E5E5E. Windows color (decimal): -3142426 or 15076560. OLE color: 15076560.

HSL color Cylindrical-coordinate representation of color #D00CE6: hue angle of 293.94º 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 #D00CE6 is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 208 12 230 -
CMYK 0.10 0.95 0 0.10
HSL 293.94º 0.9% 0.47% -
HSV(B) 293.94º 0.95% 0.9% -
XYZ 40.43 19.39 76.47 -
YUV 95.46 203.93 208.27 -
System Red Green Blue C M Y K H S L
Decimal 208 12 230 0.10 0.95 0 0.10 293.94 0.9 0.47
Hex D0 C E6 A 5F 0 A 126 5A 2F
Octal 320 14 346 12 137 0 12 446 132 57
Binary 11010000 1100 11100110 1010 1011111 0 1010 100100110 1011010 101111

Color Harmonies of #D00CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00CE6

Black with #D00CE6

Text Example


Text Example

White with #D00CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00CE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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