Html Css Color HEX #D005CD Deep Magenta

📋 copy color: '#D005CD'

red 208 ◦ green 5 ◦ blue 205

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

Shades of Deep Magenta #D005CD

Tints of Deep Magenta #D005CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.04%

R = 49.76%
G = 1.2%
B = 49.04%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D005CD (or 0xD005CD) is known color: Deep Magenta. HEX triplet: D0, 05 and CD. RGB value is (208,5,205). Sum of RGB (Red+Green+Blue) = 208+5+205=418 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.76% from 418); Green value is 5 (2.34% from 255 or 1.20% from 418); Blue value is 205 (80.47% from 255 or 49.04% from 418); Max value from RGB is 208 - color contains mainly: red. Hex color #D005CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D005CD is #2FFA32. Grayscale: #575757. Windows color (decimal): -3144243 or 13436368. OLE color: 13436368.

HSL color Cylindrical-coordinate representation of color #D005CD: hue angle of 300.89º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D005CD is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 5 205 -
CMYK 0 0.98 0.01 0.18
HSL 300.89º 0.95% 0.42% -
HSV(B) 300.89º 0.98% 0.82% -
XYZ 37.09 17.93 59.26 -
YUV 88.5 193.75 213.24 -
System Red Green Blue C M Y K H S L
Decimal 208 5 205 0 0.98 0.01 0.18 300.89 0.95 0.42
Hex D0 5 CD 0 62 1 12 12D 5F 2A
Octal 320 5 315 0 142 1 22 455 137 52
Binary 11010000 101 11001101 0 1100010 1 10010 100101101 1011111 101010

Color Harmonies of #D005CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D005CD

Black with #D005CD

Text Example


Text Example

White with #D005CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D005CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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