#DB68B3

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

Shades of Hot Pink #DB68B3

Tints of Hot Pink #DB68B3

Color information

#DB68B3 (or 0xDB68B3) is unknown color: approx Hot Pink. HEX triplet: DB, 68 and B3. RGB value is (219,104,179). Sum of RGB (Red+Green+Blue) = 219+104+179=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 104 (41.02% from 255 or 20.72% from 502); Blue value is 179 (70.31% from 255 or 35.66% from 502); Max value from RGB is 219 - color contains mainly: red. Hex color #DB68B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB68B3 is #24974C. Grayscale: #929292. Windows color (decimal): -2398029 or 11757787. OLE color: 11757787.

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

Color convert

RGB219104179-
CMYK00.530.180.14
HSL320.87º61.5%63.33%-
HSV(B)320.87º52.51%85.88%-
XYZ42.328.2245.86-
YUV146.94146.1179.4-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.63%
GREEN value IS 104 (41.02% from 255) = 20.72%
BLUE value IS 179 (70.31% from 255) = 35.66%
R=43.63%
G=20.72%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21910417900.530.180.14320.8761.563.33
HexDB68B303512E1413d3f
Octal33315026306522165017577
Binary110110111101000101100110110101100101110101000001111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB68B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB68B3; }

 p { color: rgb(219,104,179); }

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

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

 a { background-color: rgb(219,104,179); }

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

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

 span { border-color: rgb(219,104,179); }

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