#DD56A4

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

Shades of Brilliant Rose #DD56A4

Tints of Brilliant Rose #DD56A4

Color information

#DD56A4 (or 0xDD56A4) is unknown color: approx Brilliant Rose. HEX triplet: DD, 56 and A4. RGB value is (221,86,164). Sum of RGB (Red+Green+Blue) = 221+86+164=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 86 (33.98% from 255 or 18.26% from 471); Blue value is 164 (64.45% from 255 or 34.82% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DD56A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD56A4 is #22A95B. Grayscale: #878787. Windows color (decimal): -2271580 or 10770141. OLE color: 10770141.

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

Color convert

RGB22186164-
CMYK00.610.260.13
HSL325.33º66.5%60.2%-
HSV(B)325.33º61.09%86.67%-
XYZ39.8524.7137.79-
YUV135.26144.23189.16-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.92%
GREEN value IS 86 (33.98% from 255) = 18.26%
BLUE value IS 164 (64.45% from 255) = 34.82%
R=46.92%
G=18.26%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218616400.610.260.13325.3366.560.2
HexDD56A403D1AD145433c
Octal335126244075321550510374
Binary1101110110101101010010001111011101011011010001011000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD56A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD56A4; }

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

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

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

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

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

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

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

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