#df53ac

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

Shades of Brilliant Rose #DF53AC

Tints of Brilliant Rose #DF53AC

Color information

#DF53AC (or 0xDF53AC) is unknown color: approx Brilliant Rose. HEX triplet: DF, 53 and AC. RGB value is (223,83,172). Sum of RGB (Red+Green+Blue) = 223+83+172=478 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.65% from 478); Green value is 83 (32.81% from 255 or 17.36% from 478); Blue value is 172 (67.58% from 255 or 35.98% from 478); Max value from RGB is 223 - color contains mainly: red. Hex color #DF53AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF53AC is #20AC53. Grayscale: #868686. Windows color (decimal): -2141268 or 11293663. OLE color: 11293663.

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

Color convert

RGB22383172-
CMYK00.630.230.13
HSL321.86º68.63%60%-
HSV(B)321.86º62.78%87.45%-
XYZ40.9724.8541.67-
YUV135.01148.88190.76-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 46.65%
GREEN value IS 83 (32.81% from 255) = 17.36%
BLUE value IS 172 (67.58% from 255) = 35.98%
R=46.65%
G=17.36%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2238317200.630.230.13321.8668.6360
HexDF53AC03F17D142453c
Octal337123254077271550210574
Binary1101111110100111010110001111111011111011010000101000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df53ac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df53ac; }

 p { color: rgb(223,83,172); }

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

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

 a { background-color: rgb(223,83,172); }

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

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

 span { border-color: rgb(223,83,172); }

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