Html Css Color HEX #D82AAF Spicy Pink

📋 copy color: '#D82AAF'

red 216 ◦ green 42 ◦ blue 175

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

Shades of Spicy Pink #D82AAF

Tints of Spicy Pink #D82AAF

RGB

 RED value IS 216 (84.77% from 255) = 49.88%

 GREEN value IS 42 (16.8% from 255) = 9.7%

 BLUE value IS 175 (68.75% from 255) = 40.42%

R = 49.88%
G = 9.7%
B = 40.42%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D82AAF (or 0xD82AAF) is known color: Spicy Pink. HEX triplet: D8, 2A and AF. RGB value is (216,42,175). Sum of RGB (Red+Green+Blue) = 216+42+175=433 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.88% from 433); Green value is 42 (16.80% from 255 or 9.70% from 433); Blue value is 175 (68.75% from 255 or 40.42% from 433); Max value from RGB is 216 - color contains mainly: red. Hex color #D82AAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82AAF is #27D550. Grayscale: #6C6C6C. Windows color (decimal): -2610513 or 11479768. OLE color: 11479768.

HSL color Cylindrical-coordinate representation of color #D82AAF: hue angle of 314.14º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D82AAF is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 42 175 -
CMYK 0 0.81 0.19 0.15
HSL 314.14º 0.69% 0.51% -
HSV(B) 314.14º 0.81% 0.85% -
XYZ 36.88 19.35 42.35 -
YUV 109.19 165.15 204.19 -
System Red Green Blue C M Y K H S L
Decimal 216 42 175 0 0.81 0.19 0.15 314.14 0.69 0.51
Hex D8 2A AF 0 51 13 F 13A 45 33
Octal 330 52 257 0 121 23 17 472 105 63
Binary 11011000 101010 10101111 0 1010001 10011 1111 100111010 1000101 110011

Color Harmonies of #D82AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82AAF

Black with #D82AAF

Text Example


Text Example

White with #D82AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82AAF; }

 p { color: rgb(216,42,175); }

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

background-color css

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

 a { background-color: rgb(216,42,175); }

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

border-color css

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

 span { border-color: rgb(216,42,175); }

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