#DA7EBD

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

Shades of Persian Pink #DA7EBD

Tints of Persian Pink #DA7EBD

Color information

#DA7EBD (or 0xDA7EBD) is unknown color: approx Persian Pink. HEX triplet: DA, 7E and BD. RGB value is (218,126,189). Sum of RGB (Red+Green+Blue) = 218+126+189=533 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.90% from 533); Green value is 126 (49.61% from 255 or 23.64% from 533); Blue value is 189 (74.22% from 255 or 35.46% from 533); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7EBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7EBD is #258142. Grayscale: #A0A0A0. Windows color (decimal): -2457923 or 12418778. OLE color: 12418778.

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

Color convert

RGB218126189-
CMYK00.420.130.15
HSL318.91º55.42%67.45%-
HSV(B)318.91º42.2%85.49%-
XYZ45.5633.552.21-
YUV160.69143.98168.88-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.90%
GREEN value IS 126 (49.61% from 255) = 23.64%
BLUE value IS 189 (74.22% from 255) = 35.46%
R=40.90%
G=23.64%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812618900.420.130.15318.9155.4267.45
HexDA7EBD02ADF13f3743
Octal332176275052151747767103
Binary110110101111110101111010101010110111111001111111101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7EBD; }

 p { color: rgb(218,126,189); }

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

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

 a { background-color: rgb(218,126,189); }

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

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

 span { border-color: rgb(218,126,189); }

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