#DA6BB7

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

Shades of Persian Pink #DA6BB7

Tints of Persian Pink #DA6BB7

Color information

#DA6BB7 (or 0xDA6BB7) is unknown color: approx Persian Pink. HEX triplet: DA, 6B and B7. RGB value is (218,107,183). Sum of RGB (Red+Green+Blue) = 218+107+183=508 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.91% from 508); Green value is 107 (42.19% from 255 or 21.06% from 508); Blue value is 183 (71.88% from 255 or 36.02% from 508); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6BB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6BB7 is #259448. Grayscale: #949494. Windows color (decimal): -2462793 or 12020698. OLE color: 12020698.

HSL color Cylindrical-coordinate representation of color #DA6BB7: hue angle of 318.92º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DA6BB7 is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB218107183-
CMYK00.510.160.15
HSL318.92º60%63.73%-
HSV(B)318.92º50.92%85.49%-
XYZ42.7228.8448.11-
YUV148.85147.27177.32-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.91%
GREEN value IS 107 (42.19% from 255) = 21.06%
BLUE value IS 183 (71.88% from 255) = 36.02%
R=42.91%
G=21.06%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21810718300.510.160.15318.926063.73
HexDA6BB703310F13f3c40
Octal332153267063201747774100
Binary1101101011010111011011101100111000011111001111111111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6BB7; }

 p { color: rgb(218,107,183); }

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

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

 a { background-color: rgb(218,107,183); }

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

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

 span { border-color: rgb(218,107,183); }

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