#DD57B1

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

Shades of Brilliant Rose #DD57B1

Tints of Brilliant Rose #DD57B1

Color information

#DD57B1 (or 0xDD57B1) is unknown color: approx Brilliant Rose. HEX triplet: DD, 57 and B1. RGB value is (221,87,177). Sum of RGB (Red+Green+Blue) = 221+87+177=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 87 (34.38% from 255 or 17.94% from 485); Blue value is 177 (69.53% from 255 or 36.49% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DD57B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD57B1 is #22A84E. Grayscale: #898989. Windows color (decimal): -2271311 or 11622365. OLE color: 11622365.

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

Color convert

RGB22187177-
CMYK00.610.200.13
HSL319.7º66.34%60.39%-
HSV(B)319.7º60.63%86.67%-
XYZ41.1625.3644.32-
YUV137.33150.39187.68-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.57%
GREEN value IS 87 (34.38% from 255) = 17.94%
BLUE value IS 177 (69.53% from 255) = 36.49%
R=45.57%
G=17.94%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218717700.610.200.13319.766.3460.39
HexDD57B103D14D140423c
Octal335127261075241550010274
Binary1101110110101111011000101111011010011011010000001000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD57B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD57B1; }

 p { color: rgb(221,87,177); }

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

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

 a { background-color: rgb(221,87,177); }

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

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

 span { border-color: rgb(221,87,177); }

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