#DA70B0

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

Shades of Persian Pink #DA70B0

Tints of Persian Pink #DA70B0

Color information

#DA70B0 (or 0xDA70B0) is unknown color: approx Persian Pink. HEX triplet: DA, 70 and B0. RGB value is (218,112,176). Sum of RGB (Red+Green+Blue) = 218+112+176=506 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.08% from 506); Green value is 112 (44.14% from 255 or 22.13% from 506); Blue value is 176 (69.14% from 255 or 34.78% from 506); Max value from RGB is 218 - color contains mainly: red. Hex color #DA70B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA70B0 is #258F4F. Grayscale: #969696. Windows color (decimal): -2461520 or 11563226. OLE color: 11563226.

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

Color convert

RGB218112176-
CMYK00.490.190.15
HSL323.77º58.89%64.71%-
HSV(B)323.77º48.62%85.49%-
XYZ42.5429.6344.55-
YUV150.99142.12175.8-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.08%
GREEN value IS 112 (44.14% from 255) = 22.13%
BLUE value IS 176 (69.14% from 255) = 34.78%
R=43.08%
G=22.13%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811217600.490.190.15323.7758.8964.71
HexDA70B003113F1443b41
Octal332160260061231750473101
Binary1101101011100001011000001100011001111111010001001110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA70B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA70B0; }

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

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

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

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

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

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

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

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