#DA7DBF

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

Shades of Persian Pink #DA7DBF

Tints of Persian Pink #DA7DBF

Color information

#DA7DBF (or 0xDA7DBF) is unknown color: approx Persian Pink. HEX triplet: DA, 7D and BF. RGB value is (218,125,191). Sum of RGB (Red+Green+Blue) = 218+125+191=534 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.82% from 534); Green value is 125 (49.22% from 255 or 23.41% from 534); Blue value is 191 (75% from 255 or 35.77% from 534); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7DBF is #258240. Grayscale: #A0A0A0. Windows color (decimal): -2458177 or 12549594. OLE color: 12549594.

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

Color convert

RGB218125191-
CMYK00.430.120.15
HSL317.42º55.69%67.25%-
HSV(B)317.42º42.66%85.49%-
XYZ45.6533.3353.32-
YUV160.33145.31169.13-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.82%
GREEN value IS 125 (49.22% from 255) = 23.41%
BLUE value IS 191 (75% from 255) = 35.77%
R=40.82%
G=23.41%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812519100.430.120.15317.4255.6967.25
HexDA7DBF02BCF13d3843
Octal332175277053141747570103
Binary110110101111101101111110101011110011111001111011110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7DBF; }

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

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

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

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

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

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

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

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