Html Css Color HEX #D005DC Deep Magenta

📋 copy color: '#D005DC'

red 208 ◦ green 5 ◦ blue 220

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

Shades of Deep Magenta #D005DC

Tints of Deep Magenta #D005DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 50.81%

R = 48.04%
G = 1.15%
B = 50.81%

CMYK

 C value IS 0.05

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D005DC (or 0xD005DC) is known color: Deep Magenta. HEX triplet: D0, 05 and DC. RGB value is (208,5,220). Sum of RGB (Red+Green+Blue) = 208+5+220=433 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.04% from 433); Green value is 5 (2.34% from 255 or 1.15% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #D005DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D005DC is #2FFA23. Grayscale: #595959. Windows color (decimal): -3144228 or 14419408. OLE color: 14419408.

HSL color Cylindrical-coordinate representation of color #D005DC: hue angle of 296.65º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D005DC is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 208 5 220 -
CMYK 0.05 0.98 0 0.14
HSL 296.65º 0.96% 0.44% -
HSV(B) 296.65º 0.98% 0.86% -
XYZ 38.98 18.69 69.26 -
YUV 90.21 201.25 212.02 -
System Red Green Blue C M Y K H S L
Decimal 208 5 220 0.05 0.98 0 0.14 296.65 0.96 0.44
Hex D0 5 DC 5 62 0 E 129 60 2C
Octal 320 5 334 5 142 0 16 451 140 54
Binary 11010000 101 11011100 101 1100010 0 1110 100101001 1100000 101100

Color Harmonies of #D005DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D005DC

Black with #D005DC

Text Example


Text Example

White with #D005DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D005DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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