#DA7DB5

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

Shades of Persian Pink #DA7DB5

Tints of Persian Pink #DA7DB5

Color information

#DA7DB5 (or 0xDA7DB5) is unknown color: approx Persian Pink. HEX triplet: DA, 7D and B5. RGB value is (218,125,181). Sum of RGB (Red+Green+Blue) = 218+125+181=524 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.60% from 524); Green value is 125 (49.22% from 255 or 23.85% from 524); Blue value is 181 (71.09% from 255 or 34.54% from 524); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7DB5 is #25824A. Grayscale: #9F9F9F. Windows color (decimal): -2458187 or 11894234. OLE color: 11894234.

HSL color Cylindrical-coordinate representation of color #DA7DB5: hue angle of 323.87º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DA7DB5 is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB218125181-
CMYK00.430.170.15
HSL323.87º55.69%67.25%-
HSV(B)323.87º42.66%85.49%-
XYZ44.5932.9147.72-
YUV159.19140.31169.95-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.60%
GREEN value IS 125 (49.22% from 255) = 23.85%
BLUE value IS 181 (71.09% from 255) = 34.54%
R=41.60%
G=23.85%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812518100.430.170.15323.8755.6967.25
HexDA7DB502B11F1443843
Octal332175265053211750470103
Binary1101101011111011011010101010111000111111010001001110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7DB5; }

 p { color: rgb(218,125,181); }

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

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

 a { background-color: rgb(218,125,181); }

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

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

 span { border-color: rgb(218,125,181); }

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