Html Css Color HEX #D008E2 Deep Magenta

📋 copy color: '#D008E2'

red 208 ◦ green 8 ◦ blue 226

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

Shades of Deep Magenta #D008E2

Tints of Deep Magenta #D008E2

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.81%

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

R = 47.06%
G = 1.81%
B = 51.13%

CMYK

 C value IS 0.08

 M value IS 0.96

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D008E2 (or 0xD008E2) is known color: Deep Magenta. HEX triplet: D0, 08 and E2. RGB value is (208,8,226). Sum of RGB (Red+Green+Blue) = 208+8+226=442 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.06% from 442); Green value is 8 (3.52% from 255 or 1.81% from 442); Blue value is 226 (88.67% from 255 or 51.13% from 442); Max value from RGB is 226 - color contains mainly: blue. Hex color #D008E2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D008E2 is #2FF71D. Grayscale: #5B5B5B. Windows color (decimal): -3143454 or 14813392. OLE color: 14813392.

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

Color convert

RGB 208 8 226 -
CMYK 0.08 0.96 0 0.11
HSL 295.05º 0.93% 0.46% -
HSV(B) 295.05º 0.96% 0.89% -
XYZ 39.83 19.07 73.53 -
YUV 92.65 203.26 210.27 -
System Red Green Blue C M Y K H S L
Decimal 208 8 226 0.08 0.96 0 0.11 295.05 0.93 0.46
Hex D0 8 E2 8 60 0 B 127 5D 2E
Octal 320 10 342 10 140 0 13 447 135 56
Binary 11010000 1000 11100010 1000 1100000 0 1011 100100111 1011101 101110

Color Harmonies of #D008E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D008E2

Black with #D008E2

Text Example


Text Example

White with #D008E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D008E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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