#DA7BBE

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

Shades of Persian Pink #DA7BBE

Tints of Persian Pink #DA7BBE

Color information

#DA7BBE (or 0xDA7BBE) is unknown color: approx Persian Pink. HEX triplet: DA, 7B and BE. RGB value is (218,123,190). Sum of RGB (Red+Green+Blue) = 218+123+190=531 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.05% from 531); Green value is 123 (48.44% from 255 or 23.16% from 531); Blue value is 190 (74.61% from 255 or 35.78% from 531); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7BBE is #258441. Grayscale: #9E9E9E. Windows color (decimal): -2458690 or 12483546. OLE color: 12483546.

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

Color convert

RGB218123190-
CMYK00.440.130.15
HSL317.68º56.21%66.86%-
HSV(B)317.68º43.58%85.49%-
XYZ45.2932.7952.66-
YUV159.04145.47170.05-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.05%
GREEN value IS 123 (48.44% from 255) = 23.16%
BLUE value IS 190 (74.61% from 255) = 35.78%
R=41.05%
G=23.16%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812319000.440.130.15317.6856.2166.86
HexDA7BBE02CDF13e3843
Octal332173276054151747670103
Binary110110101111011101111100101100110111111001111101110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7BBE; }

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

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

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

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

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

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

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

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