#DB7BBB

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

Shades of Persian Pink #DB7BBB

Tints of Persian Pink #DB7BBB

Color information

#DB7BBB (or 0xDB7BBB) is unknown color: approx Persian Pink. HEX triplet: DB, 7B and BB. RGB value is (219,123,187). Sum of RGB (Red+Green+Blue) = 219+123+187=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 123 (48.44% from 255 or 23.25% from 529); Blue value is 187 (73.44% from 255 or 35.35% from 529); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7BBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7BBB is #248444. Grayscale: #9E9E9E. Windows color (decimal): -2393157 or 12286939. OLE color: 12286939.

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

Color convert

RGB219123187-
CMYK00.440.150.14
HSL320º57.14%67.06%-
HSV(B)320º43.84%85.88%-
XYZ45.2732.8150.96-
YUV159143.8170.8-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.40%
GREEN value IS 123 (48.44% from 255) = 23.25%
BLUE value IS 187 (73.44% from 255) = 35.35%
R=41.40%
G=23.25%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21912318700.440.150.1432057.1467.06
HexDB7BBB02CFE1403943
Octal333173273054171650071103
Binary110110111111011101110110101100111111101010000001110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7BBB; }

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

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

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

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

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

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

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

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