Html Css Color HEX #DD00B1 Hollywood Cerise

📋 copy color: '#DD00B1'

red 221 ◦ green 0 ◦ blue 177

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

Shades of Hollywood Cerise #DD00B1

Tints of Hollywood Cerise #DD00B1

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 177 (69.53% from 255) = 44.47%

R = 55.53%
G = 0%
B = 44.47%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DD00B1 (or 0xDD00B1) is known color: Hollywood Cerise. HEX triplet: DD, 00 and B1. RGB value is (221,0,177). Sum of RGB (Red+Green+Blue) = 221+0+177=398 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.53% from 398); Green value is 0 (0.39% from 255 or 0% from 398); Blue value is 177 (69.53% from 255 or 44.47% from 398); Max value from RGB is 221 - color contains mainly: red. Hex color #DD00B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD00B1 is #22FF4E. Grayscale: #555555. Windows color (decimal): -2293583 or 11600093. OLE color: 11600093.

HSL color Cylindrical-coordinate representation of color #DD00B1: hue angle of 311.95º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD00B1 is Cyan = 0, Magento = 1, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 0 177 -
CMYK 0 1 0.20 0.13
HSL 311.95º 1% 0.43% -
HSV(B) 311.95º 1% 0.87% -
XYZ 37.75 18.55 43.18 -
YUV 86.26 179.22 224.11 -
System Red Green Blue C M Y K H S L
Decimal 221 0 177 0 1 0.20 0.13 311.95 1 0.43
Hex DD 0 B1 0 64 14 D 138 64 2B
Octal 335 0 261 0 144 24 15 470 144 53
Binary 11011101 0 10110001 0 1100100 10100 1101 100111000 1100100 101011

Color Harmonies of #DD00B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD00B1

Black with #DD00B1

Text Example


Text Example

White with #DD00B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD00B1; }

 p { color: rgb(221,0,177); }

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

background-color css

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

 a { background-color: rgb(221,0,177); }

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

border-color css

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

 span { border-color: rgb(221,0,177); }

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