#DD56AD

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

Shades of Brilliant Rose #DD56AD

Tints of Brilliant Rose #DD56AD

Color information

#DD56AD (or 0xDD56AD) is unknown color: approx Brilliant Rose. HEX triplet: DD, 56 and AD. RGB value is (221,86,173). Sum of RGB (Red+Green+Blue) = 221+86+173=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 86 (33.98% from 255 or 17.92% from 480); Blue value is 173 (67.97% from 255 or 36.04% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DD56AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD56AD is #22A952. Grayscale: #888888. Windows color (decimal): -2271571 or 11359965. OLE color: 11359965.

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

Color convert

RGB22186173-
CMYK00.610.220.13
HSL321.33º66.5%60.2%-
HSV(B)321.33º61.09%86.67%-
XYZ40.6925.0442.22-
YUV136.28148.73188.43-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.04%
GREEN value IS 86 (33.98% from 255) = 17.92%
BLUE value IS 173 (67.97% from 255) = 36.04%
R=46.04%
G=17.92%
B=36.04%

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
Decimal2218617300.610.220.13321.3366.560.2
HexDD56AD03D16D141433c
Octal335126255075261550110374
Binary1101110110101101010110101111011011011011010000011000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD56AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD56AD; }

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

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

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

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

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

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

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

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