Html Css Color HEX #D006E4 Deep Magenta

📋 copy color: '#D006E4'

red 208 ◦ green 6 ◦ blue 228

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

Shades of Deep Magenta #D006E4

Tints of Deep Magenta #D006E4

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.36%

 BLUE value IS 228 (89.45% from 255) = 51.58%

R = 47.06%
G = 1.36%
B = 51.58%

CMYK

 C value IS 0.09

 M value IS 0.97

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D006E4 (or 0xD006E4) is known color: Deep Magenta. HEX triplet: D0, 06 and E4. RGB value is (208,6,228). Sum of RGB (Red+Green+Blue) = 208+6+228=442 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.06% from 442); Green value is 6 (2.73% from 255 or 1.36% from 442); Blue value is 228 (89.45% from 255 or 51.58% from 442); Max value from RGB is 228 - color contains mainly: blue. Hex color #D006E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D006E4 is #2FF91B. Grayscale: #5B5B5B. Windows color (decimal): -3143964 or 14943952. OLE color: 14943952.

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

Color convert

RGB 208 6 228 -
CMYK 0.09 0.97 0 0.11
HSL 294.59º 0.95% 0.46% -
HSV(B) 294.59º 0.97% 0.89% -
XYZ 40.08 19.14 74.98 -
YUV 91.71 204.92 210.95 -
System Red Green Blue C M Y K H S L
Decimal 208 6 228 0.09 0.97 0 0.11 294.59 0.95 0.46
Hex D0 6 E4 9 61 0 B 127 5F 2E
Octal 320 6 344 11 141 0 13 447 137 56
Binary 11010000 110 11100100 1001 1100001 0 1011 100100111 1011111 101110

Color Harmonies of #D006E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D006E4

Black with #D006E4

Text Example


Text Example

White with #D006E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D006E4; }

 p { color: rgb(208,6,228); }

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

background-color css

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

 a { background-color: rgb(208,6,228); }

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

border-color css

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

 span { border-color: rgb(208,6,228); }

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