#DF4FAD

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

Shades of Brilliant Rose #DF4FAD

Tints of Brilliant Rose #DF4FAD

Color information

#DF4FAD (or 0xDF4FAD) is unknown color: approx Brilliant Rose. HEX triplet: DF, 4F and AD. RGB value is (223,79,173). Sum of RGB (Red+Green+Blue) = 223+79+173=475 (62% of max value = 765). Red value is 223 (87.5% from 255 or 46.95% from 475); Green value is 79 (31.25% from 255 or 16.63% from 475); Blue value is 173 (67.97% from 255 or 36.42% from 475); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4FAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF4FAD is #20B052. Grayscale: #848484. Windows color (decimal): -2142291 or 11358175. OLE color: 11358175.

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

Color convert

RGB22379173-
CMYK00.650.220.13
HSL320.83º69.23%59.22%-
HSV(B)320.83º64.57%87.45%-
XYZ40.7724.342.08-
YUV132.77150.71192.36-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 46.95%
GREEN value IS 79 (31.25% from 255) = 16.63%
BLUE value IS 173 (67.97% from 255) = 36.42%
R=46.95%
G=16.63%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2237917300.650.220.13320.8369.2359.22
HexDF4FAD04116D141453b
Octal3371172550101261550110573
Binary11011111100111110101101010000011011011011010000011000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF4FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF4FAD; }

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

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

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

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

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

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

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

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