#DB75AF

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

Shades of Persian Pink #DB75AF

Tints of Persian Pink #DB75AF

Color information

#DB75AF (or 0xDB75AF) is unknown color: approx Persian Pink. HEX triplet: DB, 75 and AF. RGB value is (219,117,175). Sum of RGB (Red+Green+Blue) = 219+117+175=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 117 (46.09% from 255 or 22.90% from 511); Blue value is 175 (68.75% from 255 or 34.25% from 511); Max value from RGB is 219 - color contains mainly: red. Hex color #DB75AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB75AF is #248A50. Grayscale: #999999. Windows color (decimal): -2394705 or 11498971. OLE color: 11498971.

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

Color convert

RGB219117175-
CMYK00.470.200.14
HSL325.88º58.62%65.88%-
HSV(B)325.88º46.58%85.88%-
XYZ43.3130.8844.23-
YUV154.11139.79174.28-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.86%
GREEN value IS 117 (46.09% from 255) = 22.90%
BLUE value IS 175 (68.75% from 255) = 34.25%
R=42.86%
G=22.90%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21911717500.470.200.14325.8858.6265.88
HexDB75AF02F14E1463b42
Octal333165257057241650673102
Binary1101101111101011010111101011111010011101010001101110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB75AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB75AF; }

 p { color: rgb(219,117,175); }

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

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

 a { background-color: rgb(219,117,175); }

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

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

 span { border-color: rgb(219,117,175); }

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