Html Css Color HEX #DD0B9F Hollywood Cerise

📋 copy color: '#DD0B9F'

red 221 ◦ green 11 ◦ blue 159

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

Shades of Hollywood Cerise #DD0B9F

Tints of Hollywood Cerise #DD0B9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 40.66%

R = 56.52%
G = 2.81%
B = 40.66%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DD0B9F (or 0xDD0B9F) is known color: Hollywood Cerise. HEX triplet: DD, 0B and 9F. RGB value is (221,11,159). Sum of RGB (Red+Green+Blue) = 221+11+159=391 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.52% from 391); Green value is 11 (4.69% from 255 or 2.81% from 391); Blue value is 159 (62.5% from 255 or 40.66% from 391); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0B9F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0B9F is #22F460. Grayscale: #5A5A5A. Windows color (decimal): -2290785 or 10423261. OLE color: 10423261.

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

Color convert

RGB 221 11 159 -
CMYK 0 0.95 0.28 0.13
HSL 317.71º 0.91% 0.45% -
HSV(B) 317.71º 0.95% 0.87% -
XYZ 36.2 18.11 34.39 -
YUV 90.66 166.57 220.97 -
System Red Green Blue C M Y K H S L
Decimal 221 11 159 0 0.95 0.28 0.13 317.71 0.91 0.45
Hex DD B 9F 0 5F 1C D 13E 5B 2D
Octal 335 13 237 0 137 34 15 476 133 55
Binary 11011101 1011 10011111 0 1011111 11100 1101 100111110 1011011 101101

Color Harmonies of #DD0B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0B9F

Black with #DD0B9F

Text Example


Text Example

White with #DD0B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0B9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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