#DB69B0

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

Shades of Hot Pink #DB69B0

Tints of Hot Pink #DB69B0

Color information

#DB69B0 (or 0xDB69B0) is unknown color: approx Hot Pink. HEX triplet: DB, 69 and B0. RGB value is (219,105,176). Sum of RGB (Red+Green+Blue) = 219+105+176=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 105 (41.41% from 255 or 21% from 500); Blue value is 176 (69.14% from 255 or 35.2% from 500); Max value from RGB is 219 - color contains mainly: red. Hex color #DB69B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB69B0 is #24964F. Grayscale: #939393. Windows color (decimal): -2397776 or 11561435. OLE color: 11561435.

HSL color Cylindrical-coordinate representation of color #DB69B0: hue angle of 322.63º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB69B0 is Cyan = 0, Magento = 0.52, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB219105176-
CMYK00.520.200.14
HSL322.63º61.29%63.53%-
HSV(B)322.63º52.05%85.88%-
XYZ42.128.344.32-
YUV147.18144.27179.23-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.8%
GREEN value IS 105 (41.41% from 255) = 21%
BLUE value IS 176 (69.14% from 255) = 35.2%
R=43.8%
G=21%
B=35.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21910517600.520.200.14322.6361.2963.53
HexDB69B003414E1433d40
Octal333151260064241650375100
Binary1101101111010011011000001101001010011101010000111111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB69B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB69B0; }

 p { color: rgb(219,105,176); }

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

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

 a { background-color: rgb(219,105,176); }

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

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

 span { border-color: rgb(219,105,176); }

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