#DA7EB4

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

Shades of Persian Pink #DA7EB4

Tints of Persian Pink #DA7EB4

Color information

#DA7EB4 (or 0xDA7EB4) is unknown color: approx Persian Pink. HEX triplet: DA, 7E and B4. RGB value is (218,126,180). Sum of RGB (Red+Green+Blue) = 218+126+180=524 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.60% from 524); Green value is 126 (49.61% from 255 or 24.05% from 524); Blue value is 180 (70.70% from 255 or 34.35% from 524); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7EB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7EB4 is #25814B. Grayscale: #9F9F9F. Windows color (decimal): -2457932 or 11828954. OLE color: 11828954.

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

Color convert

RGB218126180-
CMYK00.420.170.15
HSL324.78º55.42%67.45%-
HSV(B)324.78º42.2%85.49%-
XYZ44.6133.1247.22-
YUV159.66139.48169.61-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.60%
GREEN value IS 126 (49.61% from 255) = 24.05%
BLUE value IS 180 (70.70% from 255) = 34.35%
R=41.60%
G=24.05%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812618000.420.170.15324.7855.4267.45
HexDA7EB402A11F1453743
Octal332176264052211750567103
Binary1101101011111101011010001010101000111111010001011101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7EB4; }

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

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

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

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

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

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

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

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