#DA7FBA

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

Shades of Persian Pink #DA7FBA

Tints of Persian Pink #DA7FBA

Color information

#DA7FBA (or 0xDA7FBA) is unknown color: approx Persian Pink. HEX triplet: DA, 7F and BA. RGB value is (218,127,186). Sum of RGB (Red+Green+Blue) = 218+127+186=531 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.05% from 531); Green value is 127 (50% from 255 or 23.92% from 531); Blue value is 186 (73.05% from 255 or 35.03% from 531); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7FBA is #258045. Grayscale: #A0A0A0. Windows color (decimal): -2457670 or 12222426. OLE color: 12222426.

HSL color Cylindrical-coordinate representation of color #DA7FBA: hue angle of 321.1º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DA7FBA is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB218127186-
CMYK00.420.150.15
HSL321.1º55.15%67.65%-
HSV(B)321.1º41.74%85.49%-
XYZ45.3733.6350.55-
YUV160.94142.15168.7-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.05%
GREEN value IS 127 (50% from 255) = 23.92%
BLUE value IS 186 (73.05% from 255) = 35.03%
R=41.05%
G=23.92%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812718600.420.150.15321.155.1567.65
HexDA7FBA02AFF1413744
Octal332177272052171750167104
Binary110110101111111101110100101010111111111010000011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7FBA; }

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

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

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

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

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

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

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

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