Html Css Color HEX #DD0B9B Hollywood Cerise

📋 copy color: '#DD0B9B'

red 221 ◦ green 11 ◦ blue 155

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

Shades of Hollywood Cerise #DD0B9B

Tints of Hollywood Cerise #DD0B9B

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.84%

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

R = 57.11%
G = 2.84%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DD0B9B (or 0xDD0B9B) is known color: Hollywood Cerise. HEX triplet: DD, 0B and 9B. RGB value is (221,11,155). Sum of RGB (Red+Green+Blue) = 221+11+155=387 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.11% from 387); Green value is 11 (4.69% from 255 or 2.84% from 387); Blue value is 155 (60.94% from 255 or 40.05% from 387); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0B9B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0B9B is #22F464. Grayscale: #595959. Windows color (decimal): -2290789 or 10161117. OLE color: 10161117.

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

Color convert

RGB 221 11 155 -
CMYK 0 0.95 0.30 0.13
HSL 318.86º 0.91% 0.45% -
HSV(B) 318.86º 0.95% 0.87% -
XYZ 35.85 17.98 32.59 -
YUV 90.21 164.57 221.29 -
System Red Green Blue C M Y K H S L
Decimal 221 11 155 0 0.95 0.30 0.13 318.86 0.91 0.45
Hex DD B 9B 0 5F 1E D 13F 5B 2D
Octal 335 13 233 0 137 36 15 477 133 55
Binary 11011101 1011 10011011 0 1011111 11110 1101 100111111 1011011 101101

Color Harmonies of #DD0B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0B9B

Black with #DD0B9B

Text Example


Text Example

White with #DD0B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0B9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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