#DB7BB5

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

Shades of Persian Pink #DB7BB5

Tints of Persian Pink #DB7BB5

Color information

#DB7BB5 (or 0xDB7BB5) is unknown color: approx Persian Pink. HEX triplet: DB, 7B and B5. RGB value is (219,123,181). Sum of RGB (Red+Green+Blue) = 219+123+181=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 123 (48.44% from 255 or 23.52% from 523); Blue value is 181 (71.09% from 255 or 34.61% from 523); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7BB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7BB5 is #24844A. Grayscale: #9E9E9E. Windows color (decimal): -2393163 or 11893723. OLE color: 11893723.

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

Color convert

RGB219123181-
CMYK00.440.170.14
HSL323.75º57.14%67.06%-
HSV(B)323.75º43.84%85.88%-
XYZ44.6432.5647.65-
YUV158.32140.8171.28-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.87%
GREEN value IS 123 (48.44% from 255) = 23.52%
BLUE value IS 181 (71.09% from 255) = 34.61%
R=41.87%
G=23.52%
B=34.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21912318100.440.170.14323.7557.1467.06
HexDB7BB502C11E1443943
Octal333173265054211650471103
Binary1101101111110111011010101011001000111101010001001110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7BB5; }

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

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

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

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

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

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

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

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