#DB65B6

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

Shades of Hot Pink #DB65B6

Tints of Hot Pink #DB65B6

Color information

#DB65B6 (or 0xDB65B6) is unknown color: approx Hot Pink. HEX triplet: DB, 65 and B6. RGB value is (219,101,182). Sum of RGB (Red+Green+Blue) = 219+101+182=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 101 (39.84% from 255 or 20.12% from 502); Blue value is 182 (71.48% from 255 or 36.25% from 502); Max value from RGB is 219 - color contains mainly: red. Hex color #DB65B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB65B6 is #249A49. Grayscale: #919191. Windows color (decimal): -2398794 or 11953627. OLE color: 11953627.

HSL color Cylindrical-coordinate representation of color #DB65B6: hue angle of 318.81º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DB65B6 is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB219101182-
CMYK00.540.170.14
HSL318.81º62.11%62.75%-
HSV(B)318.81º53.88%85.88%-
XYZ42.3127.7447.38-
YUV145.52148.59180.41-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.63%
GREEN value IS 101 (39.84% from 255) = 20.12%
BLUE value IS 182 (71.48% from 255) = 36.25%
R=43.63%
G=20.12%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21910118200.540.170.14318.8162.1162.75
HexDB65B603611E13f3e3f
Octal33314526606621164777677
Binary110110111100101101101100110110100011110100111111111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB65B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB65B6; }

 p { color: rgb(219,101,182); }

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

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

 a { background-color: rgb(219,101,182); }

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

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

 span { border-color: rgb(219,101,182); }

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