#DA7EBE

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

Shades of Persian Pink #DA7EBE

Tints of Persian Pink #DA7EBE

Color information

#DA7EBE (or 0xDA7EBE) is unknown color: approx Persian Pink. HEX triplet: DA, 7E and BE. RGB value is (218,126,190). Sum of RGB (Red+Green+Blue) = 218+126+190=534 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.82% from 534); Green value is 126 (49.61% from 255 or 23.60% from 534); Blue value is 190 (74.61% from 255 or 35.58% from 534); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7EBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7EBE is #258141. Grayscale: #A0A0A0. Windows color (decimal): -2457922 or 12484314. OLE color: 12484314.

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

Color convert

RGB218126190-
CMYK00.420.130.15
HSL318.26º55.42%67.45%-
HSV(B)318.26º42.2%85.49%-
XYZ45.6733.5452.78-
YUV160.8144.48168.8-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.82%
GREEN value IS 126 (49.61% from 255) = 23.60%
BLUE value IS 190 (74.61% from 255) = 35.58%
R=40.82%
G=23.60%
B=35.58%

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
Decimal21812619000.420.130.15318.2655.4267.45
HexDA7EBE02ADF13e3743
Octal332176276052151747667103
Binary110110101111110101111100101010110111111001111101101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7EBE; }

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

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

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

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

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

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

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

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