#DA7EBB

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

Shades of Persian Pink #DA7EBB

Tints of Persian Pink #DA7EBB

Color information

#DA7EBB (or 0xDA7EBB) is unknown color: approx Persian Pink. HEX triplet: DA, 7E and BB. RGB value is (218,126,187). Sum of RGB (Red+Green+Blue) = 218+126+187=531 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.05% from 531); Green value is 126 (49.61% from 255 or 23.73% from 531); Blue value is 187 (73.44% from 255 or 35.22% from 531); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7EBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7EBB is #258144. Grayscale: #A0A0A0. Windows color (decimal): -2457925 or 12287706. OLE color: 12287706.

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

Color convert

RGB218126187-
CMYK00.420.140.15
HSL320.22º55.42%67.45%-
HSV(B)320.22º42.2%85.49%-
XYZ45.3433.4151.07-
YUV160.46142.98169.04-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.05%
GREEN value IS 126 (49.61% from 255) = 23.73%
BLUE value IS 187 (73.44% from 255) = 35.22%
R=41.05%
G=23.73%
B=35.22%

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
Decimal21812618700.420.140.15320.2255.4267.45
HexDA7EBB02AEF1403743
Octal332176273052161750067103
Binary110110101111110101110110101010111011111010000001101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7EBB; }

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

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

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

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

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

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

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

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