#DA7BBB

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

Shades of Persian Pink #DA7BBB

Tints of Persian Pink #DA7BBB

Color information

#DA7BBB (or 0xDA7BBB) is unknown color: approx Persian Pink. HEX triplet: DA, 7B and BB. RGB value is (218,123,187). Sum of RGB (Red+Green+Blue) = 218+123+187=528 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.29% from 528); Green value is 123 (48.44% from 255 or 23.30% from 528); Blue value is 187 (73.44% from 255 or 35.42% from 528); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7BBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7BBB is #258444. Grayscale: #9E9E9E. Windows color (decimal): -2458693 or 12286938. OLE color: 12286938.

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

Color convert

RGB218123187-
CMYK00.440.140.15
HSL319.58º56.21%66.86%-
HSV(B)319.58º43.58%85.49%-
XYZ44.9732.6650.95-
YUV158.7143.97170.3-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.29%
GREEN value IS 123 (48.44% from 255) = 23.30%
BLUE value IS 187 (73.44% from 255) = 35.42%
R=41.29%
G=23.30%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812318700.440.140.15319.5856.2166.86
HexDA7BBB02CEF1403843
Octal332173273054161750070103
Binary110110101111011101110110101100111011111010000001110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7BBB; }

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

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

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

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

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

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

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

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