Html Css Color HEX #D005B2 Deep Magenta

📋 copy color: '#D005B2'

red 208 ◦ green 5 ◦ blue 178

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

Shades of Deep Magenta #D005B2

Tints of Deep Magenta #D005B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 45.52%

R = 53.2%
G = 1.28%
B = 45.52%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D005B2 (or 0xD005B2) is known color: Deep Magenta. HEX triplet: D0, 05 and B2. RGB value is (208,5,178). Sum of RGB (Red+Green+Blue) = 208+5+178=391 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.20% from 391); Green value is 5 (2.34% from 255 or 1.28% from 391); Blue value is 178 (69.92% from 255 or 45.52% from 391); Max value from RGB is 208 - color contains mainly: red. Hex color #D005B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D005B2 is #2FFA4D. Grayscale: #545454. Windows color (decimal): -3144270 or 11666896. OLE color: 11666896.

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

Color convert

RGB 208 5 178 -
CMYK 0 0.98 0.14 0.18
HSL 308.87º 0.95% 0.42% -
HSV(B) 308.87º 0.98% 0.82% -
XYZ 34.1 16.73 43.55 -
YUV 85.42 180.25 215.43 -
System Red Green Blue C M Y K H S L
Decimal 208 5 178 0 0.98 0.14 0.18 308.87 0.95 0.42
Hex D0 5 B2 0 62 E 12 135 5F 2A
Octal 320 5 262 0 142 16 22 465 137 52
Binary 11010000 101 10110010 0 1100010 1110 10010 100110101 1011111 101010

Color Harmonies of #D005B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D005B2

Black with #D005B2

Text Example


Text Example

White with #D005B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D005B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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