#DF48AD

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

Shades of Brilliant Rose #DF48AD

Tints of Brilliant Rose #DF48AD

Color information

#DF48AD (or 0xDF48AD) is unknown color: approx Brilliant Rose. HEX triplet: DF, 48 and AD. RGB value is (223,72,173). Sum of RGB (Red+Green+Blue) = 223+72+173=468 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.65% from 468); Green value is 72 (28.52% from 255 or 15.38% from 468); Blue value is 173 (67.97% from 255 or 36.97% from 468); Max value from RGB is 223 - color contains mainly: red. Hex color #DF48AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF48AD is #20B752. Grayscale: #808080. Windows color (decimal): -2144083 or 11356383. OLE color: 11356383.

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

Color convert

RGB22372173-
CMYK00.680.220.13
HSL319.87º70.23%57.84%-
HSV(B)319.87º67.71%87.45%-
XYZ40.2923.3441.92-
YUV128.66153.03195.29-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 47.65%
GREEN value IS 72 (28.52% from 255) = 15.38%
BLUE value IS 173 (67.97% from 255) = 36.97%
R=47.65%
G=15.38%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2237217300.680.220.13319.8770.2357.84
HexDF48AD04416D140463a
Octal3371102550104261550010672
Binary11011111100100010101101010001001011011011010000001000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF48AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF48AD; }

 p { color: rgb(223,72,173); }

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

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

 a { background-color: rgb(223,72,173); }

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

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

 span { border-color: rgb(223,72,173); }

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