#DB83C0

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

Shades of Persian Pink #DB83C0

Tints of Persian Pink #DB83C0

Color information

#DB83C0 (or 0xDB83C0) is unknown color: approx Persian Pink. HEX triplet: DB, 83 and C0. RGB value is (219,131,192). Sum of RGB (Red+Green+Blue) = 219+131+192=542 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.41% from 542); Green value is 131 (51.56% from 255 or 24.17% from 542); Blue value is 192 (75.39% from 255 or 35.42% from 542); Max value from RGB is 219 - color contains mainly: red. Hex color #DB83C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB83C0 is #247C3F. Grayscale: #A4A4A4. Windows color (decimal): -2391104 or 12616667. OLE color: 12616667.

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

Color convert

RGB219131192-
CMYK00.400.120.14
HSL318.41º55%68.63%-
HSV(B)318.41º40.18%85.88%-
XYZ46.8435.154.17-
YUV164.27143.65167.04-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.41%
GREEN value IS 131 (51.56% from 255) = 24.17%
BLUE value IS 192 (75.39% from 255) = 35.42%
R=40.41%
G=24.17%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21913119200.400.120.14318.415568.63
HexDB83C0028CE13e3745
Octal333203300050141647667105
Binary1101101110000011110000000101000110011101001111101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB83C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB83C0; }

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

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

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

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

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

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

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

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