#DA74AF

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

Shades of Persian Pink #DA74AF

Tints of Persian Pink #DA74AF

Color information

#DA74AF (or 0xDA74AF) is unknown color: approx Persian Pink. HEX triplet: DA, 74 and AF. RGB value is (218,116,175). Sum of RGB (Red+Green+Blue) = 218+116+175=509 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.83% from 509); Green value is 116 (45.70% from 255 or 22.79% from 509); Blue value is 175 (68.75% from 255 or 34.38% from 509); Max value from RGB is 218 - color contains mainly: red. Hex color #DA74AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA74AF is #258B50. Grayscale: #999999. Windows color (decimal): -2460497 or 11498714. OLE color: 11498714.

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

Color convert

RGB218116175-
CMYK00.470.200.15
HSL325.29º57.95%65.49%-
HSV(B)325.29º46.79%85.49%-
XYZ42.930.4944.18-
YUV153.22140.29174.2-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.83%
GREEN value IS 116 (45.70% from 255) = 22.79%
BLUE value IS 175 (68.75% from 255) = 34.38%
R=42.83%
G=22.79%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811617500.470.200.15325.2957.9565.49
HexDA74AF02F14F1453a41
Octal332164257057241750572101
Binary1101101011101001010111101011111010011111010001011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA74AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA74AF; }

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

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

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

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

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

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

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

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