#DA7CBA

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

Shades of Persian Pink #DA7CBA

Tints of Persian Pink #DA7CBA

Color information

#DA7CBA (or 0xDA7CBA) is unknown color: approx Persian Pink. HEX triplet: DA, 7C and BA. RGB value is (218,124,186). Sum of RGB (Red+Green+Blue) = 218+124+186=528 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.29% from 528); Green value is 124 (48.83% from 255 or 23.48% from 528); Blue value is 186 (73.05% from 255 or 35.23% from 528); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7CBA is #258345. Grayscale: #9F9F9F. Windows color (decimal): -2458438 or 12221658. OLE color: 12221658.

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

Color convert

RGB218124186-
CMYK00.430.150.15
HSL320.43º55.95%67.06%-
HSV(B)320.43º43.12%85.49%-
XYZ44.9832.8750.43-
YUV159.17143.14169.96-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.29%
GREEN value IS 124 (48.83% from 255) = 23.48%
BLUE value IS 186 (73.05% from 255) = 35.23%
R=41.29%
G=23.48%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812418600.430.150.15320.4355.9567.06
HexDA7CBA02BFF1403843
Octal332174272053171750070103
Binary110110101111100101110100101011111111111010000001110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7CBA; }

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

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

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

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

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

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

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

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