#DA7FBE

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

Shades of Persian Pink #DA7FBE

Tints of Persian Pink #DA7FBE

Color information

#DA7FBE (or 0xDA7FBE) is unknown color: approx Persian Pink. HEX triplet: DA, 7F and BE. RGB value is (218,127,190). Sum of RGB (Red+Green+Blue) = 218+127+190=535 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.75% from 535); Green value is 127 (50% from 255 or 23.74% from 535); Blue value is 190 (74.61% from 255 or 35.51% from 535); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7FBE is #258041. Grayscale: #A1A1A1. Windows color (decimal): -2457666 or 12484570. OLE color: 12484570.

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

Color convert

RGB218127190-
CMYK00.420.130.15
HSL318.46º55.15%67.65%-
HSV(B)318.46º41.74%85.49%-
XYZ45.833.852.83-
YUV161.39144.15168.38-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.75%
GREEN value IS 127 (50% from 255) = 23.74%
BLUE value IS 190 (74.61% from 255) = 35.51%
R=40.75%
G=23.74%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812719000.420.130.15318.4655.1567.65
HexDA7FBE02ADF13e3744
Octal332177276052151747667104
Binary110110101111111101111100101010110111111001111101101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7FBE; }

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

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

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

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

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

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

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

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