#DF54B3

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

Shades of Brilliant Rose #DF54B3

Tints of Brilliant Rose #DF54B3

Color information

#DF54B3 (or 0xDF54B3) is unknown color: approx Brilliant Rose. HEX triplet: DF, 54 and B3. RGB value is (223,84,179). Sum of RGB (Red+Green+Blue) = 223+84+179=486 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.88% from 486); Green value is 84 (33.20% from 255 or 17.28% from 486); Blue value is 179 (70.31% from 255 or 36.83% from 486); Max value from RGB is 223 - color contains mainly: red. Hex color #DF54B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF54B3 is #20AB4C. Grayscale: #888888. Windows color (decimal): -2141005 or 11752671. OLE color: 11752671.

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

Color convert

RGB22384179-
CMYK00.620.200.13
HSL318.99º68.47%60.2%-
HSV(B)318.99º62.33%87.45%-
XYZ41.7425.2845.33-
YUV136.39152.05189.78-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.88%
GREEN value IS 84 (33.20% from 255) = 17.28%
BLUE value IS 179 (70.31% from 255) = 36.83%
R=45.88%
G=17.28%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2238417900.620.200.13318.9968.4760.2
HexDF54B303E14D13f443c
Octal337124263076241547710474
Binary1101111110101001011001101111101010011011001111111000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF54B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF54B3; }

 p { color: rgb(223,84,179); }

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

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

 a { background-color: rgb(223,84,179); }

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

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

 span { border-color: rgb(223,84,179); }

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