Html Css Color HEX #DD048F Hollywood Cerise

📋 copy color: '#DD048F'

red 221 ◦ green 4 ◦ blue 143

#DD048F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hollywood Cerise #DD048F

Tints of Hollywood Cerise #DD048F

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 value IS 0

 M value IS 0.98

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DD048F (or 0xDD048F) is known color: 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

RGB 221 4 143 -
CMYK 0 0.98 0.35 0.13
HSL 321.57º 0.96% 0.44% -
HSV(B) 321.57º 0.98% 0.87% -
XYZ 34.82 17.44 27.52 -
YUV 84.73 160.89 225.2 -
System Red Green Blue C M Y K H S L
Decimal 221 4 143 0 0.98 0.35 0.13 321.57 0.96 0.44
Hex DD 4 8F 0 62 23 D 142 60 2C
Octal 335 4 217 0 142 43 15 502 140 54
Binary 11011101 100 10001111 0 1100010 100011 1101 101000010 1100000 101100

Color Harmonies of #DD048F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD048F

Black with #DD048F

Text Example


Text Example

White with #DD048F

Text Example


Text Example

HTML Codes & Css Web 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>