#DD4EA9

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

Shades of Brilliant Rose #DD4EA9

Tints of Brilliant Rose #DD4EA9

Color information

#DD4EA9 (or 0xDD4EA9) is unknown color: approx Brilliant Rose. HEX triplet: DD, 4E and A9. RGB value is (221,78,169). Sum of RGB (Red+Green+Blue) = 221+78+169=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 78 (30.86% from 255 or 16.67% from 468); Blue value is 169 (66.41% from 255 or 36.11% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4EA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD4EA9 is #22B156. Grayscale: #828282. Windows color (decimal): -2273623 or 11095773. OLE color: 11095773.

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

Color convert

RGB22178169-
CMYK00.650.240.13
HSL321.82º67.77%58.63%-
HSV(B)321.82º64.71%86.67%-
XYZ39.723.6940.02-
YUV131.13149.38192.1-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.22%
GREEN value IS 78 (30.86% from 255) = 16.67%
BLUE value IS 169 (66.41% from 255) = 36.11%
R=47.22%
G=16.67%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2217816900.650.240.13321.8267.7758.63
HexDD4EA904118D142443b
Octal3351162510101301550210473
Binary11011101100111010101001010000011100011011010000101000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4EA9; }

 p { color: rgb(221,78,169); }

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

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

 a { background-color: rgb(221,78,169); }

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

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

 span { border-color: rgb(221,78,169); }

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