#DA72B4

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

Shades of Persian Pink #DA72B4

Tints of Persian Pink #DA72B4

Color information

#DA72B4 (or 0xDA72B4) is unknown color: approx Persian Pink. HEX triplet: DA, 72 and B4. RGB value is (218,114,180). Sum of RGB (Red+Green+Blue) = 218+114+180=512 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.58% from 512); Green value is 114 (44.92% from 255 or 22.27% from 512); Blue value is 180 (70.70% from 255 or 35.16% from 512); Max value from RGB is 218 - color contains mainly: red. Hex color #DA72B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA72B4 is #258D4B. Grayscale: #989898. Windows color (decimal): -2461004 or 11825882. OLE color: 11825882.

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

Color convert

RGB218114180-
CMYK00.480.170.15
HSL321.92º58.43%65.1%-
HSV(B)321.92º47.71%85.49%-
XYZ43.1730.2446.74-
YUV152.62143.46174.63-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.58%
GREEN value IS 114 (44.92% from 255) = 22.27%
BLUE value IS 180 (70.70% from 255) = 35.16%
R=42.58%
G=22.27%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811418000.480.170.15321.9258.4365.1
HexDA72B403011F1423a41
Octal332162264060211750272101
Binary1101101011100101011010001100001000111111010000101110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA72B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA72B4; }

 p { color: rgb(218,114,180); }

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

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

 a { background-color: rgb(218,114,180); }

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

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

 span { border-color: rgb(218,114,180); }

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