Html Css Color HEX #D005B3 Deep Magenta

📋 copy color: '#D005B3'

red 208 ◦ green 5 ◦ blue 179

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

Shades of Deep Magenta #D005B3

Tints of Deep Magenta #D005B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 45.66%

R = 53.06%
G = 1.28%
B = 45.66%

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

#D005B3 (or 0xD005B3) is known color: Deep Magenta. HEX triplet: D0, 05 and B3. RGB value is (208,5,179). Sum of RGB (Red+Green+Blue) = 208+5+179=392 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.06% from 392); Green value is 5 (2.34% from 255 or 1.28% from 392); Blue value is 179 (70.31% from 255 or 45.66% from 392); Max value from RGB is 208 - color contains mainly: red. Hex color #D005B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D005B3 is #2FFA4C. Grayscale: #555555. Windows color (decimal): -3144269 or 11732432. OLE color: 11732432.

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

Color convert

RGB 208 5 179 -
CMYK 0 0.98 0.14 0.18
HSL 308.57º 0.95% 0.42% -
HSV(B) 308.57º 0.98% 0.82% -
XYZ 34.2 16.77 44.08 -
YUV 85.53 180.75 215.35 -
System Red Green Blue C M Y K H S L
Decimal 208 5 179 0 0.98 0.14 0.18 308.57 0.95 0.42
Hex D0 5 B3 0 62 E 12 135 5F 2A
Octal 320 5 263 0 142 16 22 465 137 52
Binary 11010000 101 10110011 0 1100010 1110 10010 100110101 1011111 101010

Color Harmonies of #D005B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D005B3

Black with #D005B3

Text Example


Text Example

White with #D005B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D005B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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