#DA7BB9

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

Shades of Persian Pink #DA7BB9

Tints of Persian Pink #DA7BB9

Color information

#DA7BB9 (or 0xDA7BB9) is unknown color: approx Persian Pink. HEX triplet: DA, 7B and B9. RGB value is (218,123,185). Sum of RGB (Red+Green+Blue) = 218+123+185=526 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.44% from 526); Green value is 123 (48.44% from 255 or 23.38% from 526); Blue value is 185 (72.66% from 255 or 35.17% from 526); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7BB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7BB9 is #258446. Grayscale: #9E9E9E. Windows color (decimal): -2458695 or 12155866. OLE color: 12155866.

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

Color convert

RGB218123185-
CMYK00.440.150.15
HSL320.84º56.21%66.86%-
HSV(B)320.84º43.58%85.49%-
XYZ44.7532.5749.83-
YUV158.47142.97170.46-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.44%
GREEN value IS 123 (48.44% from 255) = 23.38%
BLUE value IS 185 (72.66% from 255) = 35.17%
R=41.44%
G=23.38%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812318500.440.150.15320.8456.2166.86
HexDA7BB902CFF1413843
Octal332173271054171750170103
Binary110110101111011101110010101100111111111010000011110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7BB9; }

 p { color: rgb(218,123,185); }

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

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

 a { background-color: rgb(218,123,185); }

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

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

 span { border-color: rgb(218,123,185); }

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