#DB65B2

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

Shades of Hot Pink #DB65B2

Tints of Hot Pink #DB65B2

Color information

#DB65B2 (or 0xDB65B2) is unknown color: approx Hot Pink. HEX triplet: DB, 65 and B2. RGB value is (219,101,178). Sum of RGB (Red+Green+Blue) = 219+101+178=498 (65% of max value = 765). Red value is 219 (85.94% from 255 or 43.98% from 498); Green value is 101 (39.84% from 255 or 20.28% from 498); Blue value is 178 (69.92% from 255 or 35.74% from 498); Max value from RGB is 219 - color contains mainly: red. Hex color #DB65B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB65B2 is #249A4D. Grayscale: #909090. Windows color (decimal): -2398798 or 11691483. OLE color: 11691483.

HSL color Cylindrical-coordinate representation of color #DB65B2: hue angle of 320.85º 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 #DB65B2 is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB219101178-
CMYK00.540.190.14
HSL320.85º62.11%62.75%-
HSV(B)320.85º53.88%85.88%-
XYZ41.927.5845.23-
YUV145.06146.59180.74-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.98%
GREEN value IS 101 (39.84% from 255) = 20.28%
BLUE value IS 178 (69.92% from 255) = 35.74%
R=43.98%
G=20.28%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21910117800.540.190.14320.8562.1162.75
HexDB65B203613E1413e3f
Octal33314526206623165017677
Binary110110111100101101100100110110100111110101000001111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB65B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB65B2; }

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

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

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

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

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

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

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

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