Html Css Color HEX #DD089E Hollywood Cerise

📋 copy color: '#DD089E'

red 221 ◦ green 8 ◦ blue 158

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

Shades of Hollywood Cerise #DD089E

Tints of Hollywood Cerise #DD089E

RGB

 RED value IS 221 (86.72% from 255) = 57.11%

 GREEN value IS 8 (3.52% from 255) = 2.07%

 BLUE value IS 158 (62.11% from 255) = 40.83%

R = 57.11%
G = 2.07%
B = 40.83%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DD089E (or 0xDD089E) is known color: Hollywood Cerise. HEX triplet: DD, 08 and 9E. RGB value is (221,8,158). Sum of RGB (Red+Green+Blue) = 221+8+158=387 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.11% from 387); Green value is 8 (3.52% from 255 or 2.07% from 387); Blue value is 158 (62.11% from 255 or 40.83% from 387); Max value from RGB is 221 - color contains mainly: red. Hex color #DD089E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD089E is #22F761. Grayscale: #585858. Windows color (decimal): -2291554 or 10356957. OLE color: 10356957.

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

Color convert

RGB 221 8 158 -
CMYK 0 0.96 0.29 0.13
HSL 317.75º 0.93% 0.45% -
HSV(B) 317.75º 0.96% 0.87% -
XYZ 36.08 18.01 33.92 -
YUV 88.79 167.07 222.3 -
System Red Green Blue C M Y K H S L
Decimal 221 8 158 0 0.96 0.29 0.13 317.75 0.93 0.45
Hex DD 8 9E 0 60 1D D 13E 5D 2D
Octal 335 10 236 0 140 35 15 476 135 55
Binary 11011101 1000 10011110 0 1100000 11101 1101 100111110 1011101 101101

Color Harmonies of #DD089E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD089E

Black with #DD089E

Text Example


Text Example

White with #DD089E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD089E; }

 p { color: rgb(221,8,158); }

 H1.HeaderClassName
 {
   color: #DD089E;
 }
 .AnyTagClassName
 {
   color: #DD089E;
 }
</style>

background-color css

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

 a { background-color: rgb(221,8,158); }

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

border-color css

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

 span { border-color: rgb(221,8,158); }

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