#DA75B0

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

Shades of Persian Pink #DA75B0

Tints of Persian Pink #DA75B0

Color information

#DA75B0 (or 0xDA75B0) is unknown color: approx Persian Pink. HEX triplet: DA, 75 and B0. RGB value is (218,117,176). Sum of RGB (Red+Green+Blue) = 218+117+176=511 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.66% from 511); Green value is 117 (46.09% from 255 or 22.90% from 511); Blue value is 176 (69.14% from 255 or 34.44% from 511); Max value from RGB is 218 - color contains mainly: red. Hex color #DA75B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA75B0 is #258A4F. Grayscale: #999999. Windows color (decimal): -2460240 or 11564506. OLE color: 11564506.

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

Color convert

RGB218117176-
CMYK00.460.190.15
HSL324.95º57.71%65.69%-
HSV(B)324.95º46.33%85.49%-
XYZ43.1130.7644.74-
YUV153.92140.46173.7-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.66%
GREEN value IS 117 (46.09% from 255) = 22.90%
BLUE value IS 176 (69.14% from 255) = 34.44%
R=42.66%
G=22.90%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811717600.460.190.15324.9557.7165.69
HexDA75B002E13F1453a42
Octal332165260056231750572102
Binary1101101011101011011000001011101001111111010001011110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA75B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA75B0; }

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

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

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

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

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

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

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

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