#DA7CB5

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

Shades of Persian Pink #DA7CB5

Tints of Persian Pink #DA7CB5

Color information

#DA7CB5 (or 0xDA7CB5) is unknown color: approx Persian Pink. HEX triplet: DA, 7C and B5. RGB value is (218,124,181). Sum of RGB (Red+Green+Blue) = 218+124+181=523 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.68% from 523); Green value is 124 (48.83% from 255 or 23.71% from 523); Blue value is 181 (71.09% from 255 or 34.61% from 523); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7CB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7CB5 is #25834A. Grayscale: #9E9E9E. Windows color (decimal): -2458443 or 11893978. OLE color: 11893978.

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

Color convert

RGB218124181-
CMYK00.430.170.15
HSL323.62º55.95%67.06%-
HSV(B)323.62º43.12%85.49%-
XYZ44.4632.6647.68-
YUV158.6140.64170.37-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.68%
GREEN value IS 124 (48.83% from 255) = 23.71%
BLUE value IS 181 (71.09% from 255) = 34.61%
R=41.68%
G=23.71%
B=34.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812418100.430.170.15323.6255.9567.06
HexDA7CB502B11F1443843
Octal332174265053211750470103
Binary1101101011111001011010101010111000111111010001001110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7CB5; }

 p { color: rgb(218,124,181); }

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

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

 a { background-color: rgb(218,124,181); }

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

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

 span { border-color: rgb(218,124,181); }

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