#D967B2

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

Shades of Hot Pink #D967B2

Tints of Hot Pink #D967B2

Color information

#D967B2 (or 0xD967B2) is unknown color: approx Hot Pink. HEX triplet: D9, 67 and B2. RGB value is (217,103,178). Sum of RGB (Red+Green+Blue) = 217+103+178=498 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.57% from 498); Green value is 103 (40.62% from 255 or 20.68% from 498); Blue value is 178 (69.92% from 255 or 35.74% from 498); Max value from RGB is 217 - color contains mainly: red. Hex color #D967B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D967B2 is #26984D. Grayscale: #919191. Windows color (decimal): -2529358 or 11691993. OLE color: 11691993.

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

Color convert

RGB217103178-
CMYK00.530.180.15
HSL320.53º60%62.75%-
HSV(B)320.53º52.53%85.1%-
XYZ41.527.6745.27-
YUV145.64146.27178.9-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.57%
GREEN value IS 103 (40.62% from 255) = 20.68%
BLUE value IS 178 (69.92% from 255) = 35.74%
R=43.57%
G=20.68%
B=35.74%

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
Decimal21710317800.530.180.15320.536062.75
HexD967B203512F1413c3f
Octal33114726206522175017477
Binary110110011100111101100100110101100101111101000001111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D967B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D967B2; }

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

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

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

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

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

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

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

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