#DA72B5

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

Shades of Persian Pink #DA72B5

Tints of Persian Pink #DA72B5

Color information

#DA72B5 (or 0xDA72B5) is unknown color: approx Persian Pink. HEX triplet: DA, 72 and B5. RGB value is (218,114,181). Sum of RGB (Red+Green+Blue) = 218+114+181=513 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.50% from 513); Green value is 114 (44.92% from 255 or 22.22% from 513); Blue value is 181 (71.09% from 255 or 35.28% from 513); Max value from RGB is 218 - color contains mainly: red. Hex color #DA72B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA72B5 is #258D4A. Grayscale: #989898. Windows color (decimal): -2461003 or 11891418. OLE color: 11891418.

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

Color convert

RGB218114181-
CMYK00.480.170.15
HSL321.35º58.43%65.1%-
HSV(B)321.35º47.71%85.49%-
XYZ43.2730.2847.28-
YUV152.73143.96174.55-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.50%
GREEN value IS 114 (44.92% from 255) = 22.22%
BLUE value IS 181 (71.09% from 255) = 35.28%
R=42.50%
G=22.22%
B=35.28%

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
Decimal21811418100.480.170.15321.3558.4365.1
HexDA72B503011F1413a41
Octal332162265060211750172101
Binary1101101011100101011010101100001000111111010000011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA72B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA72B5; }

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

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

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

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

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

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

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

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