Html Css Color HEX #D005E5 Deep Magenta

📋 copy color: '#D005E5'

red 208 ◦ green 5 ◦ blue 229

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

Shades of Deep Magenta #D005E5

Tints of Deep Magenta #D005E5

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.13%

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

R = 47.06%
G = 1.13%
B = 51.81%

CMYK

 C value IS 0.09

 M value IS 0.98

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D005E5 (or 0xD005E5) is known color: Deep Magenta. HEX triplet: D0, 05 and E5. RGB value is (208,5,229). Sum of RGB (Red+Green+Blue) = 208+5+229=442 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.06% from 442); Green value is 5 (2.34% from 255 or 1.13% from 442); Blue value is 229 (89.84% from 255 or 51.81% from 442); Max value from RGB is 229 - color contains mainly: blue. Hex color #D005E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D005E5 is #2FFA1A. Grayscale: #5A5A5A. Windows color (decimal): -3144219 or 15009232. OLE color: 15009232.

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

Color convert

RGB 208 5 229 -
CMYK 0.09 0.98 0 0.10
HSL 294.38º 0.96% 0.46% -
HSV(B) 294.38º 0.98% 0.9% -
XYZ 40.21 19.18 75.71 -
YUV 91.23 205.75 211.29 -
System Red Green Blue C M Y K H S L
Decimal 208 5 229 0.09 0.98 0 0.10 294.38 0.96 0.46
Hex D0 5 E5 9 62 0 A 126 60 2E
Octal 320 5 345 11 142 0 12 446 140 56
Binary 11010000 101 11100101 1001 1100010 0 1010 100100110 1100000 101110

Color Harmonies of #D005E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D005E5

Black with #D005E5

Text Example


Text Example

White with #D005E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D005E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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