#DF55B0

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

Shades of Brilliant Rose #DF55B0

Tints of Brilliant Rose #DF55B0

Color information

#DF55B0 (or 0xDF55B0) is unknown color: approx Brilliant Rose. HEX triplet: DF, 55 and B0. RGB value is (223,85,176). Sum of RGB (Red+Green+Blue) = 223+85+176=484 (64% of max value = 765). Red value is 223 (87.5% from 255 or 46.07% from 484); Green value is 85 (33.59% from 255 or 17.56% from 484); Blue value is 176 (69.14% from 255 or 36.36% from 484); Max value from RGB is 223 - color contains mainly: red. Hex color #DF55B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF55B0 is #20AA4F. Grayscale: #888888. Windows color (decimal): -2140752 or 11556319. OLE color: 11556319.

HSL color Cylindrical-coordinate representation of color #DF55B0: hue angle of 320.43º 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 #DF55B0 is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB22385176-
CMYK00.620.210.13
HSL320.43º68.32%60.39%-
HSV(B)320.43º61.88%87.45%-
XYZ41.5225.3243.77-
YUV136.64150.22189.6-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 46.07%
GREEN value IS 85 (33.59% from 255) = 17.56%
BLUE value IS 176 (69.14% from 255) = 36.36%
R=46.07%
G=17.56%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2238517600.620.210.13320.4368.3260.39
HexDF55B003E15D140443c
Octal337125260076251550010474
Binary1101111110101011011000001111101010111011010000001000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF55B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF55B0; }

 p { color: rgb(223,85,176); }

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

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

 a { background-color: rgb(223,85,176); }

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

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

 span { border-color: rgb(223,85,176); }

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