#DD048F

Color #DD048F Hollywood Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hollywood Cerise #DD048F

Tints of Hollywood Cerise #DD048F

Color information

#DD048F (or 0xDD048F) is unknown color: approx Hollywood Cerise. HEX triplet: DD, 04 and 8F. RGB value is (221,4,143). Sum of RGB (Red+Green+Blue) = 221+4+143=368 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.05% from 368); Green value is 4 (1.95% from 255 or 1.09% from 368); Blue value is 143 (56.25% from 255 or 38.86% from 368); Max value from RGB is 221 - color contains mainly: red. Hex color #DD048F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD048F is #22FB70. Grayscale: #545454. Windows color (decimal): -2292593 or 9372893. OLE color: 9372893.

HSL color Cylindrical-coordinate representation of color #DD048F: hue angle of 321.57º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD048F is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB2214143-
CMYK00.980.350.13
HSL321.57º96.44%44.12%-
HSV(B)321.57º98.19%86.67%-
XYZ34.8217.4427.52-
YUV84.73160.89225.2-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 60.05%
GREEN value IS 4 (1.95% from 255) = 1.09%
BLUE value IS 143 (56.25% from 255) = 38.86%
R=60.05%
G=1.09%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221414300.980.350.13321.5796.4444.12
HexDD48F06223D142602c
Octal33542170142431550214054
Binary11011101100100011110110001010001111011010000101100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD048F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD048F; }

 p { color: rgb(221,4,143); }

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

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

 a { background-color: rgb(221,4,143); }

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

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

 span { border-color: rgb(221,4,143); }

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