#DA70B6

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

Shades of Persian Pink #DA70B6

Tints of Persian Pink #DA70B6

Color information

#DA70B6 (or 0xDA70B6) is unknown color: approx Persian Pink. HEX triplet: DA, 70 and B6. RGB value is (218,112,182). Sum of RGB (Red+Green+Blue) = 218+112+182=512 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.58% from 512); Green value is 112 (44.14% from 255 or 21.88% from 512); Blue value is 182 (71.48% from 255 or 35.55% from 512); Max value from RGB is 218 - color contains mainly: red. Hex color #DA70B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA70B6 is #258F49. Grayscale: #979797. Windows color (decimal): -2461514 or 11956442. OLE color: 11956442.

HSL color Cylindrical-coordinate representation of color #DA70B6: hue angle of 320.38º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DA70B6 is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB218112182-
CMYK00.490.170.15
HSL320.38º58.89%64.71%-
HSV(B)320.38º48.62%85.49%-
XYZ43.1529.8747.75-
YUV151.67145.12175.31-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.58%
GREEN value IS 112 (44.14% from 255) = 21.88%
BLUE value IS 182 (71.48% from 255) = 35.55%
R=42.58%
G=21.88%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811218200.490.170.15320.3858.8964.71
HexDA70B603111F1403b41
Octal332160266061211750073101
Binary1101101011100001011011001100011000111111010000001110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA70B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA70B6; }

 p { color: rgb(218,112,182); }

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

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

 a { background-color: rgb(218,112,182); }

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

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

 span { border-color: rgb(218,112,182); }

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