#DF28AA

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

Shades of Persian Rose #DF28AA

Tints of Persian Rose #DF28AA

Color information

#DF28AA (or 0xDF28AA) is unknown color: approx Persian Rose. HEX triplet: DF, 28 and AA. RGB value is (223,40,170). Sum of RGB (Red+Green+Blue) = 223+40+170=433 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.50% from 433); Green value is 40 (16.02% from 255 or 9.24% from 433); Blue value is 170 (66.80% from 255 or 39.26% from 433); Max value from RGB is 223 - color contains mainly: red. Hex color #DF28AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF28AA is #20D755. Grayscale: #6D6D6D. Windows color (decimal): -2152278 or 11151583. OLE color: 11151583.

HSL color Cylindrical-coordinate representation of color #DF28AA: hue angle of 317.38º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DF28AA is Cyan = 0, Magento = 0.82, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB22340170-
CMYK00.820.240.13
HSL317.38º74.09%51.57%-
HSV(B)317.38º82.06%87.45%-
XYZ38.4520.1139.89-
YUV109.54162.13208.93-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 51.50%
GREEN value IS 40 (16.02% from 255) = 9.24%
BLUE value IS 170 (66.80% from 255) = 39.26%
R=51.50%
G=9.24%
B=39.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2234017000.820.240.13317.3874.0951.57
HexDF28AA05218D13d4a34
Octal337502520122301547511264
Binary1101111110100010101010010100101100011011001111011001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF28AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF28AA; }

 p { color: rgb(223,40,170); }

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

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

 a { background-color: rgb(223,40,170); }

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

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

 span { border-color: rgb(223,40,170); }

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