#D966B3

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

Shades of Hot Pink #D966B3

Tints of Hot Pink #D966B3

Color information

#D966B3 (or 0xD966B3) is unknown color: approx Hot Pink. HEX triplet: D9, 66 and B3. RGB value is (217,102,179). Sum of RGB (Red+Green+Blue) = 217+102+179=498 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.57% from 498); Green value is 102 (40.23% from 255 or 20.48% from 498); Blue value is 179 (70.31% from 255 or 35.94% from 498); Max value from RGB is 217 - color contains mainly: red. Hex color #D966B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D966B3 is #26994C. Grayscale: #909090. Windows color (decimal): -2529613 or 11757273. OLE color: 11757273.

HSL color Cylindrical-coordinate representation of color #D966B3: hue angle of 319.83º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D966B3 is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB217102179-
CMYK00.530.180.15
HSL319.83º60.21%62.55%-
HSV(B)319.83º53%85.1%-
XYZ41.527.5145.77-
YUV145.16147.1179.24-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.57%
GREEN value IS 102 (40.23% from 255) = 20.48%
BLUE value IS 179 (70.31% from 255) = 35.94%
R=43.57%
G=20.48%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710217900.530.180.15319.8360.2162.55
HexD966B303512F1403c3f
Octal33114626306522175007477
Binary110110011100110101100110110101100101111101000000111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D966B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D966B3; }

 p { color: rgb(217,102,179); }

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

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

 a { background-color: rgb(217,102,179); }

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

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

 span { border-color: rgb(217,102,179); }

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