#DA74B0

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

Shades of Persian Pink #DA74B0

Tints of Persian Pink #DA74B0

Color information

#DA74B0 (or 0xDA74B0) is unknown color: approx Persian Pink. HEX triplet: DA, 74 and B0. RGB value is (218,116,176). Sum of RGB (Red+Green+Blue) = 218+116+176=510 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.75% from 510); Green value is 116 (45.70% from 255 or 22.75% from 510); Blue value is 176 (69.14% from 255 or 34.51% from 510); Max value from RGB is 218 - color contains mainly: red. Hex color #DA74B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA74B0 is #258B4F. Grayscale: #999999. Windows color (decimal): -2460496 or 11564250. OLE color: 11564250.

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

Color convert

RGB218116176-
CMYK00.470.190.15
HSL324.71º57.95%65.49%-
HSV(B)324.71º46.79%85.49%-
XYZ4330.5344.7-
YUV153.34140.79174.12-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.75%
GREEN value IS 116 (45.70% from 255) = 22.75%
BLUE value IS 176 (69.14% from 255) = 34.51%
R=42.75%
G=22.75%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811617600.470.190.15324.7157.9565.49
HexDA74B002F13F1453a41
Octal332164260057231750572101
Binary1101101011101001011000001011111001111111010001011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA74B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA74B0; }

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

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

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

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

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

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

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

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