#DB69B1

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

Shades of Hot Pink #DB69B1

Tints of Hot Pink #DB69B1

Color information

#DB69B1 (or 0xDB69B1) is unknown color: approx Hot Pink. HEX triplet: DB, 69 and B1. RGB value is (219,105,177). Sum of RGB (Red+Green+Blue) = 219+105+177=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 105 (41.41% from 255 or 20.96% from 501); Blue value is 177 (69.53% from 255 or 35.33% from 501); Max value from RGB is 219 - color contains mainly: red. Hex color #DB69B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB69B1 is #24964E. Grayscale: #939393. Windows color (decimal): -2397775 or 11626971. OLE color: 11626971.

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

Color convert

RGB219105177-
CMYK00.520.190.14
HSL322.11º61.29%63.53%-
HSV(B)322.11º52.05%85.88%-
XYZ42.228.3444.84-
YUV147.29144.77179.15-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.71%
GREEN value IS 105 (41.41% from 255) = 20.96%
BLUE value IS 177 (69.53% from 255) = 35.33%
R=43.71%
G=20.96%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21910517700.520.190.14322.1161.2963.53
HexDB69B103413E1423d40
Octal333151261064231650275100
Binary1101101111010011011000101101001001111101010000101111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB69B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB69B1; }

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

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

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

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

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

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

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

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