#DA7EBC

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

Shades of Persian Pink #DA7EBC

Tints of Persian Pink #DA7EBC

Color information

#DA7EBC (or 0xDA7EBC) is unknown color: approx Persian Pink. HEX triplet: DA, 7E and BC. RGB value is (218,126,188). Sum of RGB (Red+Green+Blue) = 218+126+188=532 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.98% from 532); Green value is 126 (49.61% from 255 or 23.68% from 532); Blue value is 188 (73.83% from 255 or 35.34% from 532); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7EBC is #258143. Grayscale: #A0A0A0. Windows color (decimal): -2457924 or 12353242. OLE color: 12353242.

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

Color convert

RGB218126188-
CMYK00.420.140.15
HSL319.57º55.42%67.45%-
HSV(B)319.57º42.2%85.49%-
XYZ45.4533.4651.64-
YUV160.58143.48168.96-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.98%
GREEN value IS 126 (49.61% from 255) = 23.68%
BLUE value IS 188 (73.83% from 255) = 35.34%
R=40.98%
G=23.68%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812618800.420.140.15319.5755.4267.45
HexDA7EBC02AEF1403743
Octal332176274052161750067103
Binary110110101111110101111000101010111011111010000001101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7EBC; }

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

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

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

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

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

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

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

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