Html Css Color HEX #D005AC Deep Magenta

📋 copy color: '#D005AC'

red 208 ◦ green 5 ◦ blue 172

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

Shades of Deep Magenta #D005AC

Tints of Deep Magenta #D005AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 44.68%

R = 54.03%
G = 1.3%
B = 44.68%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D005AC (or 0xD005AC) is known color: Deep Magenta. HEX triplet: D0, 05 and AC. RGB value is (208,5,172). Sum of RGB (Red+Green+Blue) = 208+5+172=385 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.03% from 385); Green value is 5 (2.34% from 255 or 1.30% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 208 - color contains mainly: red. Hex color #D005AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D005AC is #2FFA53. Grayscale: #545454. Windows color (decimal): -3144276 or 11273680. OLE color: 11273680.

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

Color convert

RGB 208 5 172 -
CMYK 0 0.98 0.17 0.18
HSL 310.64º 0.95% 0.42% -
HSV(B) 310.64º 0.98% 0.82% -
XYZ 33.51 16.5 40.45 -
YUV 84.74 177.25 215.92 -
System Red Green Blue C M Y K H S L
Decimal 208 5 172 0 0.98 0.17 0.18 310.64 0.95 0.42
Hex D0 5 AC 0 62 11 12 137 5F 2A
Octal 320 5 254 0 142 21 22 467 137 52
Binary 11010000 101 10101100 0 1100010 10001 10010 100110111 1011111 101010

Color Harmonies of #D005AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D005AC

Black with #D005AC

Text Example


Text Example

White with #D005AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D005AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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