#DF49AA

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

Shades of Brilliant Rose #DF49AA

Tints of Brilliant Rose #DF49AA

Color information

#DF49AA (or 0xDF49AA) is unknown color: approx Brilliant Rose. HEX triplet: DF, 49 and AA. RGB value is (223,73,170). Sum of RGB (Red+Green+Blue) = 223+73+170=466 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.85% from 466); Green value is 73 (28.91% from 255 or 15.67% from 466); Blue value is 170 (66.80% from 255 or 36.48% from 466); Max value from RGB is 223 - color contains mainly: red. Hex color #DF49AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF49AA is #20B655. Grayscale: #808080. Windows color (decimal): -2143830 or 11160031. OLE color: 11160031.

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

Color convert

RGB22373170-
CMYK00.670.240.13
HSL321.2º70.09%58.04%-
HSV(B)321.2º67.26%87.45%-
XYZ40.0723.3640.43-
YUV128.91151.2195.11-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 47.85%
GREEN value IS 73 (28.91% from 255) = 15.67%
BLUE value IS 170 (66.80% from 255) = 36.48%
R=47.85%
G=15.67%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2237317000.670.240.13321.270.0958.04
HexDF49AA04318D141463a
Octal3371112520103301550110672
Binary11011111100100110101010010000111100011011010000011000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF49AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF49AA; }

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

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

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

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

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

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

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

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