Html Css Color HEX #D005DE Deep Magenta

📋 copy color: '#D005DE'

red 208 ◦ green 5 ◦ blue 222

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

Shades of Deep Magenta #D005DE

Tints of Deep Magenta #D005DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 51.03%

R = 47.82%
G = 1.15%
B = 51.03%

CMYK

 C value IS 0.06

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D005DE (or 0xD005DE) is known color: Deep Magenta. HEX triplet: D0, 05 and DE. RGB value is (208,5,222). Sum of RGB (Red+Green+Blue) = 208+5+222=435 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.82% from 435); Green value is 5 (2.34% from 255 or 1.15% from 435); Blue value is 222 (87.11% from 255 or 51.03% from 435); Max value from RGB is 222 - color contains mainly: blue. Hex color #D005DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D005DE is #2FFA21. Grayscale: #595959. Windows color (decimal): -3144226 or 14550480. OLE color: 14550480.

HSL color Cylindrical-coordinate representation of color #D005DE: hue angle of 296.13º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D005DE is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 5 222 -
CMYK 0.06 0.98 0 0.13
HSL 296.13º 0.96% 0.45% -
HSV(B) 296.13º 0.98% 0.87% -
XYZ 39.25 18.79 70.67 -
YUV 90.44 202.25 211.86 -
System Red Green Blue C M Y K H S L
Decimal 208 5 222 0.06 0.98 0 0.13 296.13 0.96 0.45
Hex D0 5 DE 6 62 0 D 128 60 2D
Octal 320 5 336 6 142 0 15 450 140 55
Binary 11010000 101 11011110 110 1100010 0 1101 100101000 1100000 101101

Color Harmonies of #D005DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D005DE

Black with #D005DE

Text Example


Text Example

White with #D005DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D005DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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