#D628B6

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

Shades of Spicy Pink #D628B6

Tints of Spicy Pink #D628B6

Color information

#D628B6 (or 0xD628B6) is unknown color: approx Spicy Pink. HEX triplet: D6, 28 and B6. RGB value is (214,40,182). Sum of RGB (Red+Green+Blue) = 214+40+182=436 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.08% from 436); Green value is 40 (16.02% from 255 or 9.17% from 436); Blue value is 182 (71.48% from 255 or 41.74% from 436); Max value from RGB is 214 - color contains mainly: red. Hex color #D628B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D628B6 is #29D749. Grayscale: #6B6B6B. Windows color (decimal): -2742090 or 11938006. OLE color: 11938006.

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

Color convert

RGB21440182-
CMYK00.810.150.16
HSL311.03º68.5%49.8%-
HSV(B)311.03º81.31%83.92%-
XYZ36.9319.1946.01-
YUV108.21169.65203.45-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 49.08%
GREEN value IS 40 (16.02% from 255) = 9.17%
BLUE value IS 182 (71.48% from 255) = 41.74%
R=49.08%
G=9.17%
B=41.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2144018200.810.150.16311.0368.549.8
HexD628B6051F101374532
Octal326502660121172046710562
Binary1101011010100010110110010100011111100001001101111000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D628B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D628B6; }

 p { color: rgb(214,40,182); }

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

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

 a { background-color: rgb(214,40,182); }

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

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

 span { border-color: rgb(214,40,182); }

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