#DB67B1

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

Shades of Hot Pink #DB67B1

Tints of Hot Pink #DB67B1

Color information

#DB67B1 (or 0xDB67B1) is unknown color: approx Hot Pink. HEX triplet: DB, 67 and B1. RGB value is (219,103,177). Sum of RGB (Red+Green+Blue) = 219+103+177=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 103 (40.62% from 255 or 20.64% from 499); Blue value is 177 (69.53% from 255 or 35.47% from 499); Max value from RGB is 219 - color contains mainly: red. Hex color #DB67B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB67B1 is #24984E. Grayscale: #919191. Windows color (decimal): -2398287 or 11626459. OLE color: 11626459.

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

Color convert

RGB219103177-
CMYK00.530.190.14
HSL321.72º61.7%63.14%-
HSV(B)321.72º52.97%85.88%-
XYZ4227.9344.77-
YUV146.12145.43179.98-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.89%
GREEN value IS 103 (40.62% from 255) = 20.64%
BLUE value IS 177 (69.53% from 255) = 35.47%
R=43.89%
G=20.64%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21910317700.530.190.14321.7261.763.14
HexDB67B103513E1423e3f
Octal33314726106523165027677
Binary110110111100111101100010110101100111110101000010111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB67B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB67B1; }

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

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

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

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

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

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

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

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