#DB7AB0

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

Shades of Persian Pink #DB7AB0

Tints of Persian Pink #DB7AB0

Color information

#DB7AB0 (or 0xDB7AB0) is unknown color: approx Persian Pink. HEX triplet: DB, 7A and B0. RGB value is (219,122,176). Sum of RGB (Red+Green+Blue) = 219+122+176=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 122 (48.05% from 255 or 23.60% from 517); Blue value is 176 (69.14% from 255 or 34.04% from 517); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7AB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7AB0 is #24854F. Grayscale: #9D9D9D. Windows color (decimal): -2393424 or 11565787. OLE color: 11565787.

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

Color convert

RGB219122176-
CMYK00.440.200.14
HSL326.6º57.4%66.86%-
HSV(B)326.6º44.29%85.88%-
XYZ44.0132.1144.95-
YUV157.16138.64172.11-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.36%
GREEN value IS 122 (48.05% from 255) = 23.60%
BLUE value IS 176 (69.14% from 255) = 34.04%
R=42.36%
G=23.60%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21912217600.440.200.14326.657.466.86
HexDB7AB002C14E1473943
Octal333172260054241650771103
Binary1101101111110101011000001011001010011101010001111110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7AB0; }

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

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

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

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

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

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

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

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