#DB83BF

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

Shades of Persian Pink #DB83BF

Tints of Persian Pink #DB83BF

Color information

#DB83BF (or 0xDB83BF) is unknown color: approx Persian Pink. HEX triplet: DB, 83 and BF. RGB value is (219,131,191). Sum of RGB (Red+Green+Blue) = 219+131+191=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 131 (51.56% from 255 or 24.21% from 541); Blue value is 191 (75% from 255 or 35.30% from 541); Max value from RGB is 219 - color contains mainly: red. Hex color #DB83BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB83BF is #247C40. Grayscale: #A4A4A4. Windows color (decimal): -2391105 or 12551131. OLE color: 12551131.

HSL color Cylindrical-coordinate representation of color #DB83BF: hue angle of 319.09º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DB83BF is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB219131191-
CMYK00.400.130.14
HSL319.09º55%68.63%-
HSV(B)319.09º40.18%85.88%-
XYZ46.7335.0553.59-
YUV164.15143.15167.12-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.48%
GREEN value IS 131 (51.56% from 255) = 24.21%
BLUE value IS 191 (75% from 255) = 35.30%
R=40.48%
G=24.21%
B=35.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21913119100.400.130.14319.095568.63
HexDB83BF028DE13f3745
Octal333203277050151647767105
Binary1101101110000011101111110101000110111101001111111101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB83BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB83BF; }

 p { color: rgb(219,131,191); }

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

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

 a { background-color: rgb(219,131,191); }

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

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

 span { border-color: rgb(219,131,191); }

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