Html Css Color HEX #DD00B2 Hollywood Cerise

📋 copy color: '#DD00B2'

red 221 ◦ green 0 ◦ blue 178

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

Shades of Hollywood Cerise #DD00B2

Tints of Hollywood Cerise #DD00B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 44.61%

R = 55.39%
G = 0%
B = 44.61%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DD00B2 (or 0xDD00B2) is known color: Hollywood Cerise. HEX triplet: DD, 00 and B2. RGB value is (221,0,178). Sum of RGB (Red+Green+Blue) = 221+0+178=399 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.39% from 399); Green value is 0 (0.39% from 255 or 0% from 399); Blue value is 178 (69.92% from 255 or 44.61% from 399); Max value from RGB is 221 - color contains mainly: red. Hex color #DD00B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD00B2 is #22FF4D. Grayscale: #555555. Windows color (decimal): -2293582 or 11665629. OLE color: 11665629.

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

Color convert

RGB 221 0 178 -
CMYK 0 1 0.19 0.13
HSL 311.67º 1% 0.43% -
HSV(B) 311.67º 1% 0.87% -
XYZ 37.85 18.59 43.71 -
YUV 86.37 179.72 224.03 -
System Red Green Blue C M Y K H S L
Decimal 221 0 178 0 1 0.19 0.13 311.67 1 0.43
Hex DD 0 B2 0 64 13 D 138 64 2B
Octal 335 0 262 0 144 23 15 470 144 53
Binary 11011101 0 10110010 0 1100100 10011 1101 100111000 1100100 101011

Color Harmonies of #DD00B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD00B2

Black with #DD00B2

Text Example


Text Example

White with #DD00B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD00B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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