Html Css Color HEX #D005B9 Deep Magenta

📋 copy color: '#D005B9'

red 208 ◦ green 5 ◦ blue 185

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

Shades of Deep Magenta #D005B9

Tints of Deep Magenta #D005B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 46.48%

R = 52.26%
G = 1.26%
B = 46.48%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D005B9 (or 0xD005B9) is known color: Deep Magenta. HEX triplet: D0, 05 and B9. RGB value is (208,5,185). Sum of RGB (Red+Green+Blue) = 208+5+185=398 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.26% from 398); Green value is 5 (2.34% from 255 or 1.26% from 398); Blue value is 185 (72.66% from 255 or 46.48% from 398); Max value from RGB is 208 - color contains mainly: red. Hex color #D005B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D005B9 is #2FFA46. Grayscale: #555555. Windows color (decimal): -3144263 or 12125648. OLE color: 12125648.

HSL color Cylindrical-coordinate representation of color #D005B9: hue angle of 306.8º 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 #D005B9 is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 5 185 -
CMYK 0 0.98 0.11 0.18
HSL 306.8º 0.95% 0.42% -
HSV(B) 306.8º 0.98% 0.82% -
XYZ 34.82 17.02 47.35 -
YUV 86.22 183.75 214.86 -
System Red Green Blue C M Y K H S L
Decimal 208 5 185 0 0.98 0.11 0.18 306.8 0.95 0.42
Hex D0 5 B9 0 62 B 12 133 5F 2A
Octal 320 5 271 0 142 13 22 463 137 52
Binary 11010000 101 10111001 0 1100010 1011 10010 100110011 1011111 101010

Color Harmonies of #D005B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D005B9

Black with #D005B9

Text Example


Text Example

White with #D005B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D005B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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