#DA7AB6

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

Shades of Persian Pink #DA7AB6

Tints of Persian Pink #DA7AB6

Color information

#DA7AB6 (or 0xDA7AB6) is unknown color: approx Persian Pink. HEX triplet: DA, 7A and B6. RGB value is (218,122,182). Sum of RGB (Red+Green+Blue) = 218+122+182=522 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.76% from 522); Green value is 122 (48.05% from 255 or 23.37% from 522); Blue value is 182 (71.48% from 255 or 34.87% from 522); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7AB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7AB6 is #258549. Grayscale: #9D9D9D. Windows color (decimal): -2458954 or 11959002. OLE color: 11959002.

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

Color convert

RGB218122182-
CMYK00.440.170.15
HSL322.5º56.47%66.67%-
HSV(B)322.5º44.04%85.49%-
XYZ44.3232.248.14-
YUV157.54141.8171.12-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.76%
GREEN value IS 122 (48.05% from 255) = 23.37%
BLUE value IS 182 (71.48% from 255) = 34.87%
R=41.76%
G=23.37%
B=34.87%

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
Decimal21812218200.440.170.15322.556.4766.67
HexDA7AB602C11F1423843
Octal332172266054211750270103
Binary1101101011110101011011001011001000111111010000101110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7AB6; }

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

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

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

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

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

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

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

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