#DD56AC

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

Shades of Brilliant Rose #DD56AC

Tints of Brilliant Rose #DD56AC

Color information

#DD56AC (or 0xDD56AC) is unknown color: approx Brilliant Rose. HEX triplet: DD, 56 and AC. RGB value is (221,86,172). Sum of RGB (Red+Green+Blue) = 221+86+172=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 86 (33.98% from 255 or 17.95% from 479); Blue value is 172 (67.58% from 255 or 35.91% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DD56AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD56AC is #22A953. Grayscale: #878787. Windows color (decimal): -2271572 or 11294429. OLE color: 11294429.

HSL color Cylindrical-coordinate representation of color #DD56AC: hue angle of 321.78º degrees, saturation: 0.67, 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 #DD56AC is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB22186172-
CMYK00.610.220.13
HSL321.78º66.5%60.2%-
HSV(B)321.78º61.09%86.67%-
XYZ40.5925.0141.72-
YUV136.17148.23188.51-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.14%
GREEN value IS 86 (33.98% from 255) = 17.95%
BLUE value IS 172 (67.58% from 255) = 35.91%
R=46.14%
G=17.95%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218617200.610.220.13321.7866.560.2
HexDD56AC03D16D142433c
Octal335126254075261550210374
Binary1101110110101101010110001111011011011011010000101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD56AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD56AC; }

 p { color: rgb(221,86,172); }

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

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

 a { background-color: rgb(221,86,172); }

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

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

 span { border-color: rgb(221,86,172); }

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