Html Css Color HEX #D005B0 Deep Magenta

📋 copy color: '#D005B0'

red 208 ◦ green 5 ◦ blue 176

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

Shades of Deep Magenta #D005B0

Tints of Deep Magenta #D005B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 45.24%

R = 53.47%
G = 1.29%
B = 45.24%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D005B0 (or 0xD005B0) is known color: Deep Magenta. HEX triplet: D0, 05 and B0. RGB value is (208,5,176). Sum of RGB (Red+Green+Blue) = 208+5+176=389 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.47% from 389); Green value is 5 (2.34% from 255 or 1.29% from 389); Blue value is 176 (69.14% from 255 or 45.24% from 389); Max value from RGB is 208 - color contains mainly: red. Hex color #D005B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D005B0 is #2FFA4F. Grayscale: #545454. Windows color (decimal): -3144272 or 11535824. OLE color: 11535824.

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

Color convert

RGB 208 5 176 -
CMYK 0 0.98 0.15 0.18
HSL 309.46º 0.95% 0.42% -
HSV(B) 309.46º 0.98% 0.82% -
XYZ 33.9 16.65 42.5 -
YUV 85.19 179.25 215.6 -
System Red Green Blue C M Y K H S L
Decimal 208 5 176 0 0.98 0.15 0.18 309.46 0.95 0.42
Hex D0 5 B0 0 62 F 12 135 5F 2A
Octal 320 5 260 0 142 17 22 465 137 52
Binary 11010000 101 10110000 0 1100010 1111 10010 100110101 1011111 101010

Color Harmonies of #D005B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D005B0

Black with #D005B0

Text Example


Text Example

White with #D005B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D005B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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