#DA7DB9

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

Shades of Persian Pink #DA7DB9

Tints of Persian Pink #DA7DB9

Color information

#DA7DB9 (or 0xDA7DB9) is unknown color: approx Persian Pink. HEX triplet: DA, 7D and B9. RGB value is (218,125,185). Sum of RGB (Red+Green+Blue) = 218+125+185=528 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.29% from 528); Green value is 125 (49.22% from 255 or 23.67% from 528); Blue value is 185 (72.66% from 255 or 35.04% from 528); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7DB9 is #258246. Grayscale: #9F9F9F. Windows color (decimal): -2458183 or 12156378. OLE color: 12156378.

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

Color convert

RGB218125185-
CMYK00.430.150.15
HSL321.29º55.69%67.25%-
HSV(B)321.29º42.66%85.49%-
XYZ4533.0849.91-
YUV159.65142.31169.62-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.29%
GREEN value IS 125 (49.22% from 255) = 23.67%
BLUE value IS 185 (72.66% from 255) = 35.04%
R=41.29%
G=23.67%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812518500.430.150.15321.2955.6967.25
HexDA7DB902BFF1413843
Octal332175271053171750170103
Binary110110101111101101110010101011111111111010000011110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7DB9; }

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

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

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

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

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

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

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

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