#D966B2

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

Shades of Hot Pink #D966B2

Tints of Hot Pink #D966B2

Color information

#D966B2 (or 0xD966B2) is unknown color: approx Hot Pink. HEX triplet: D9, 66 and B2. RGB value is (217,102,178). Sum of RGB (Red+Green+Blue) = 217+102+178=497 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.66% from 497); Green value is 102 (40.23% from 255 or 20.52% from 497); Blue value is 178 (69.92% from 255 or 35.81% from 497); Max value from RGB is 217 - color contains mainly: red. Hex color #D966B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D966B2 is #26994D. Grayscale: #909090. Windows color (decimal): -2529614 or 11691737. OLE color: 11691737.

HSL color Cylindrical-coordinate representation of color #D966B2: hue angle of 320.35º 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 #D966B2 is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB217102178-
CMYK00.530.180.15
HSL320.35º60.21%62.55%-
HSV(B)320.35º53%85.1%-
XYZ41.427.4745.24-
YUV145.05146.6179.32-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.66%
GREEN value IS 102 (40.23% from 255) = 20.52%
BLUE value IS 178 (69.92% from 255) = 35.81%
R=43.66%
G=20.52%
B=35.81%

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
Decimal21710217800.530.180.15320.3560.2162.55
HexD966B203512F1403c3f
Octal33114626206522175007477
Binary110110011100110101100100110101100101111101000000111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D966B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D966B2; }

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

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

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

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

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

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

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

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