#DD4FAE

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

Shades of Brilliant Rose #DD4FAE

Tints of Brilliant Rose #DD4FAE

Color information

#DD4FAE (or 0xDD4FAE) is unknown color: approx Brilliant Rose. HEX triplet: DD, 4F and AE. RGB value is (221,79,174). Sum of RGB (Red+Green+Blue) = 221+79+174=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 79 (31.25% from 255 or 16.67% from 474); Blue value is 174 (68.36% from 255 or 36.71% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4FAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD4FAE is #22B051. Grayscale: #848484. Windows color (decimal): -2273362 or 11423709. OLE color: 11423709.

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

Color convert

RGB22179174-
CMYK00.640.210.13
HSL319.86º67.62%58.82%-
HSV(B)319.86º64.25%86.67%-
XYZ40.2524.0242.56-
YUV132.29151.54191.28-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.62%
GREEN value IS 79 (31.25% from 255) = 16.67%
BLUE value IS 174 (68.36% from 255) = 36.71%
R=46.62%
G=16.67%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2217917400.640.210.13319.8667.6258.82
HexDD4FAE04015D140443b
Octal3351172560100251550010473
Binary11011101100111110101110010000001010111011010000001000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4FAE; }

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

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

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

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

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

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

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

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