#DA75BA

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

Shades of Persian Pink #DA75BA

Tints of Persian Pink #DA75BA

Color information

#DA75BA (or 0xDA75BA) is unknown color: approx Persian Pink. HEX triplet: DA, 75 and BA. RGB value is (218,117,186). Sum of RGB (Red+Green+Blue) = 218+117+186=521 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.84% from 521); Green value is 117 (46.09% from 255 or 22.46% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 218 - color contains mainly: red. Hex color #DA75BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA75BA is #258A45. Grayscale: #9A9A9A. Windows color (decimal): -2460230 or 12219866. OLE color: 12219866.

HSL color Cylindrical-coordinate representation of color #DA75BA: hue angle of 319.01º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DA75BA is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB218117186-
CMYK00.460.150.15
HSL319.01º57.71%65.69%-
HSV(B)319.01º46.33%85.49%-
XYZ44.1431.1750.15-
YUV155.06145.46172.89-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.84%
GREEN value IS 117 (46.09% from 255) = 22.46%
BLUE value IS 186 (73.05% from 255) = 35.70%
R=41.84%
G=22.46%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811718600.460.150.15319.0157.7165.69
HexDA75BA02EFF13f3a42
Octal332165272056171747772102
Binary110110101110101101110100101110111111111001111111110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA75BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA75BA; }

 p { color: rgb(218,117,186); }

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

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

 a { background-color: rgb(218,117,186); }

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

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

 span { border-color: rgb(218,117,186); }

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