Html Css Color HEX #D820AB Spicy Pink

📋 copy color: '#D820AB'

red 216 ◦ green 32 ◦ blue 171

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

Shades of Spicy Pink #D820AB

Tints of Spicy Pink #D820AB

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.64%

 BLUE value IS 171 (67.19% from 255) = 40.81%

R = 51.55%
G = 7.64%
B = 40.81%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D820AB (or 0xD820AB) is known color: Spicy Pink. HEX triplet: D8, 20 and AB. RGB value is (216,32,171). Sum of RGB (Red+Green+Blue) = 216+32+171=419 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.55% from 419); Green value is 32 (12.89% from 255 or 7.64% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 216 - color contains mainly: red. Hex color #D820AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D820AB is #27DF54. Grayscale: #666666. Windows color (decimal): -2613077 or 11215064. OLE color: 11215064.

HSL color Cylindrical-coordinate representation of color #D820AB: hue angle of 314.67º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D820AB is Cyan = 0, Magento = 0.85, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 32 171 -
CMYK 0 0.85 0.21 0.15
HSL 314.67º 0.74% 0.49% -
HSV(B) 314.67º 0.85% 0.85% -
XYZ 36.19 18.57 40.21 -
YUV 102.86 166.46 208.7 -
System Red Green Blue C M Y K H S L
Decimal 216 32 171 0 0.85 0.21 0.15 314.67 0.74 0.49
Hex D8 20 AB 0 55 15 F 13B 4A 31
Octal 330 40 253 0 125 25 17 473 112 61
Binary 11011000 100000 10101011 0 1010101 10101 1111 100111011 1001010 110001

Color Harmonies of #D820AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D820AB

Black with #D820AB

Text Example


Text Example

White with #D820AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D820AB; }

 p { color: rgb(216,32,171); }

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

background-color css

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

 a { background-color: rgb(216,32,171); }

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

border-color css

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

 span { border-color: rgb(216,32,171); }

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