#da6eb1

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

Shades of Persian Pink #DA6EB1

Tints of Persian Pink #DA6EB1

Color information

#DA6EB1 (or 0xDA6EB1) is unknown color: approx Persian Pink. HEX triplet: DA, 6E and B1. RGB value is (218,110,177). Sum of RGB (Red+Green+Blue) = 218+110+177=505 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.17% from 505); Green value is 110 (43.36% from 255 or 21.78% from 505); Blue value is 177 (69.53% from 255 or 35.05% from 505); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6EB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6EB1 is #25914E. Grayscale: #959595. Windows color (decimal): -2462031 or 11628250. OLE color: 11628250.

HSL color Cylindrical-coordinate representation of color #DA6EB1: hue angle of 322.78º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA6EB1 is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB218110177-
CMYK00.500.190.15
HSL322.78º59.34%64.31%-
HSV(B)322.78º49.54%85.49%-
XYZ42.4329.2345-
YUV149.93143.28176.55-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.17%
GREEN value IS 110 (43.36% from 255) = 21.78%
BLUE value IS 177 (69.53% from 255) = 35.05%
R=43.17%
G=21.78%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811017700.500.190.15322.7859.3464.31
HexDA6EB103213F1433b40
Octal332156261062231750373100
Binary1101101011011101011000101100101001111111010000111110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #da6eb1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #da6eb1; }

 p { color: rgb(218,110,177); }

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

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

 a { background-color: rgb(218,110,177); }

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

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

 span { border-color: rgb(218,110,177); }

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