#D823AF

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

Shades of Spicy Pink #D823AF

Tints of Spicy Pink #D823AF

Color information

#D823AF (or 0xD823AF) is unknown color: approx Spicy Pink. HEX triplet: D8, 23 and AF. RGB value is (216,35,175). Sum of RGB (Red+Green+Blue) = 216+35+175=426 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.70% from 426); Green value is 35 (14.06% from 255 or 8.22% from 426); Blue value is 175 (68.75% from 255 or 41.08% from 426); Max value from RGB is 216 - color contains mainly: red. Hex color #D823AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D823AF is #27DC50. Grayscale: #686868. Windows color (decimal): -2612305 or 11477976. OLE color: 11477976.

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

Color convert

RGB21635175-
CMYK00.840.190.15
HSL313.59º72.11%49.22%-
HSV(B)313.59º83.8%84.71%-
XYZ36.6618.942.27-
YUV105.08167.47207.12-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 50.70%
GREEN value IS 35 (14.06% from 255) = 8.22%
BLUE value IS 175 (68.75% from 255) = 41.08%
R=50.70%
G=8.22%
B=41.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2163517500.840.190.15313.5972.1149.22
HexD823AF05413F13a4831
Octal330432570124231747211061
Binary1101100010001110101111010101001001111111001110101001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D823AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D823AF; }

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

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

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

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

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

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

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

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