#DD5AAC

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

Shades of Brilliant Rose #DD5AAC

Tints of Brilliant Rose #DD5AAC

Color information

#DD5AAC (or 0xDD5AAC) is unknown color: approx Brilliant Rose. HEX triplet: DD, 5A and AC. RGB value is (221,90,172). Sum of RGB (Red+Green+Blue) = 221+90+172=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 90 (35.55% from 255 or 18.63% from 483); Blue value is 172 (67.58% from 255 or 35.61% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5AAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5AAC is #22A553. Grayscale: #8A8A8A. Windows color (decimal): -2270548 or 11295453. OLE color: 11295453.

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

Color convert

RGB22190172-
CMYK00.590.220.13
HSL322.44º65.83%60.98%-
HSV(B)322.44º59.28%86.67%-
XYZ40.9225.6641.83-
YUV138.52146.9186.83-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.76%
GREEN value IS 90 (35.55% from 255) = 18.63%
BLUE value IS 172 (67.58% from 255) = 35.61%
R=45.76%
G=18.63%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219017200.590.220.13322.4465.8360.98
HexDD5AAC03B16D142423d
Octal335132254073261550210275
Binary1101110110110101010110001110111011011011010000101000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5AAC; }

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

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

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

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

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

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

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

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