#DA75B1

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

Shades of Persian Pink #DA75B1

Tints of Persian Pink #DA75B1

Color information

#DA75B1 (or 0xDA75B1) is unknown color: approx Persian Pink. HEX triplet: DA, 75 and B1. RGB value is (218,117,177). Sum of RGB (Red+Green+Blue) = 218+117+177=512 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.58% from 512); Green value is 117 (46.09% from 255 or 22.85% from 512); Blue value is 177 (69.53% from 255 or 34.57% from 512); Max value from RGB is 218 - color contains mainly: red. Hex color #DA75B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA75B1 is #258A4E. Grayscale: #999999. Windows color (decimal): -2460239 or 11630042. OLE color: 11630042.

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

Color convert

RGB218117177-
CMYK00.460.190.15
HSL324.36º57.71%65.69%-
HSV(B)324.36º46.33%85.49%-
XYZ43.2130.845.26-
YUV154.04140.96173.62-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.58%
GREEN value IS 117 (46.09% from 255) = 22.85%
BLUE value IS 177 (69.53% from 255) = 34.57%
R=42.58%
G=22.85%
B=34.57%

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
Decimal21811717700.460.190.15324.3657.7165.69
HexDA75B102E13F1443a42
Octal332165261056231750472102
Binary1101101011101011011000101011101001111111010001001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA75B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA75B1; }

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

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

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

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

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

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

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

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