#D826AB

Color #D826AB Spicy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spicy Pink #D826AB

Tints of Spicy Pink #D826AB

Color information

#D826AB (or 0xD826AB) is unknown color: approx Spicy Pink. HEX triplet: D8, 26 and AB. RGB value is (216,38,171). Sum of RGB (Red+Green+Blue) = 216+38+171=425 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.82% from 425); Green value is 38 (15.23% from 255 or 8.94% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 216 - color contains mainly: red. Hex color #D826AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D826AB is #27D954. Grayscale: #6A6A6A. Windows color (decimal): -2611541 or 11216600. OLE color: 11216600.

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

Color convert

RGB21638171-
CMYK00.820.210.15
HSL315.17º70.08%49.8%-
HSV(B)315.17º82.41%84.71%-
XYZ36.3618.9340.26-
YUV106.38164.47206.19-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 50.82%
GREEN value IS 38 (15.23% from 255) = 8.94%
BLUE value IS 171 (67.19% from 255) = 40.24%
R=50.82%
G=8.94%
B=40.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2163817100.820.210.15315.1770.0849.8
HexD826AB05215F13b4632
Octal330462530122251747310662
Binary1101100010011010101011010100101010111111001110111000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D826AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D826AB; }

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

 H1.HeaderClassName
 {
   color: #D826AB;
 }
 .AnyTagClassName
 {
   color: #D826AB;
 }
</style>
background-color css

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

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

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

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

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

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