#DD44AE

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

Shades of Brilliant Rose #DD44AE

Tints of Brilliant Rose #DD44AE

Color information

#DD44AE (or 0xDD44AE) is unknown color: approx Brilliant Rose. HEX triplet: DD, 44 and AE. RGB value is (221,68,174). Sum of RGB (Red+Green+Blue) = 221+68+174=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 68 (26.95% from 255 or 14.69% from 463); Blue value is 174 (68.36% from 255 or 37.58% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DD44AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD44AE is #22BB51. Grayscale: #7D7D7D. Windows color (decimal): -2276178 or 11420893. OLE color: 11420893.

HSL color Cylindrical-coordinate representation of color #DD44AE: hue angle of 318.43º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DD44AE is Cyan = 0, Magento = 0.69, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB22168174-
CMYK00.690.210.13
HSL318.43º69.23%56.67%-
HSV(B)318.43º69.23%86.67%-
XYZ39.5322.5642.32-
YUV125.83155.19195.88-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.73%
GREEN value IS 68 (26.95% from 255) = 14.69%
BLUE value IS 174 (68.36% from 255) = 37.58%
R=47.73%
G=14.69%
B=37.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2216817400.690.210.13318.4369.2356.67
HexDD44AE04515D13e4539
Octal3351042560105251547610571
Binary11011101100010010101110010001011010111011001111101000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD44AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD44AE; }

 p { color: rgb(221,68,174); }

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

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

 a { background-color: rgb(221,68,174); }

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

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

 span { border-color: rgb(221,68,174); }

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