#DB67B5

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

Shades of Hot Pink #DB67B5

Tints of Hot Pink #DB67B5

Color information

#DB67B5 (or 0xDB67B5) is unknown color: approx Hot Pink. HEX triplet: DB, 67 and B5. RGB value is (219,103,181). Sum of RGB (Red+Green+Blue) = 219+103+181=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 103 (40.62% from 255 or 20.48% from 503); Blue value is 181 (71.09% from 255 or 35.98% from 503); Max value from RGB is 219 - color contains mainly: red. Hex color #DB67B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB67B5 is #24984A. Grayscale: #929292. Windows color (decimal): -2398283 or 11888603. OLE color: 11888603.

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

Color convert

RGB219103181-
CMYK00.530.170.14
HSL319.66º61.7%63.14%-
HSV(B)319.66º52.97%85.88%-
XYZ42.428.146.9-
YUV146.58147.43179.66-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.54%
GREEN value IS 103 (40.62% from 255) = 20.48%
BLUE value IS 181 (71.09% from 255) = 35.98%
R=43.54%
G=20.48%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21910318100.530.170.14319.6661.763.14
HexDB67B503511E1403e3f
Octal33314726506521165007677
Binary110110111100111101101010110101100011110101000000111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB67B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB67B5; }

 p { color: rgb(219,103,181); }

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

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

 a { background-color: rgb(219,103,181); }

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

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

 span { border-color: rgb(219,103,181); }

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