Html Css Color HEX #DD089B Hollywood Cerise

📋 copy color: '#DD089B'

red 221 ◦ green 8 ◦ blue 155

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

Shades of Hollywood Cerise #DD089B

Tints of Hollywood Cerise #DD089B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 40.36%

R = 57.55%
G = 2.08%
B = 40.36%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DD089B (or 0xDD089B) is known color: Hollywood Cerise. HEX triplet: DD, 08 and 9B. RGB value is (221,8,155). Sum of RGB (Red+Green+Blue) = 221+8+155=384 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.55% from 384); Green value is 8 (3.52% from 255 or 2.08% from 384); Blue value is 155 (60.94% from 255 or 40.36% from 384); Max value from RGB is 221 - color contains mainly: red. Hex color #DD089B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD089B is #22F764. Grayscale: #585858. Windows color (decimal): -2291557 or 10160349. OLE color: 10160349.

HSL color Cylindrical-coordinate representation of color #DD089B: hue angle of 318.59º 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 #DD089B is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 8 155 -
CMYK 0 0.96 0.30 0.13
HSL 318.59º 0.93% 0.45% -
HSV(B) 318.59º 0.96% 0.87% -
XYZ 35.82 17.91 32.58 -
YUV 88.45 165.57 222.55 -
System Red Green Blue C M Y K H S L
Decimal 221 8 155 0 0.96 0.30 0.13 318.59 0.93 0.45
Hex DD 8 9B 0 60 1E D 13F 5D 2D
Octal 335 10 233 0 140 36 15 477 135 55
Binary 11011101 1000 10011011 0 1100000 11110 1101 100111111 1011101 101101

Color Harmonies of #DD089B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD089B

Black with #DD089B

Text Example


Text Example

White with #DD089B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD089B; }

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

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

background-color css

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

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

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

border-color css

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

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

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