#DA7AB4

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

Shades of Persian Pink #DA7AB4

Tints of Persian Pink #DA7AB4

Color information

#DA7AB4 (or 0xDA7AB4) is unknown color: approx Persian Pink. HEX triplet: DA, 7A and B4. RGB value is (218,122,180). Sum of RGB (Red+Green+Blue) = 218+122+180=520 (68% of max value = 765). Red value is 218 (85.55% from 255 or 41.92% from 520); Green value is 122 (48.05% from 255 or 23.46% from 520); Blue value is 180 (70.70% from 255 or 34.62% from 520); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7AB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7AB4 is #25854B. Grayscale: #9D9D9D. Windows color (decimal): -2458956 or 11827930. OLE color: 11827930.

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

Color convert

RGB218122180-
CMYK00.440.170.15
HSL323.75º56.47%66.67%-
HSV(B)323.75º44.04%85.49%-
XYZ44.1132.1247.05-
YUV157.32140.8171.28-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.92%
GREEN value IS 122 (48.05% from 255) = 23.46%
BLUE value IS 180 (70.70% from 255) = 34.62%
R=41.92%
G=23.46%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812218000.440.170.15323.7556.4766.67
HexDA7AB402C11F1443843
Octal332172264054211750470103
Binary1101101011110101011010001011001000111111010001001110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7AB4; }

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

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

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

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

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

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

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

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