Html Css Color HEX #DD00B0 Hollywood Cerise

📋 copy color: '#DD00B0'

red 221 ◦ green 0 ◦ blue 176

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

Shades of Hollywood Cerise #DD00B0

Tints of Hollywood Cerise #DD00B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 44.33%

R = 55.67%
G = 0%
B = 44.33%

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

#DD00B0 (or 0xDD00B0) is known color: Hollywood Cerise. HEX triplet: DD, 00 and B0. RGB value is (221,0,176). Sum of RGB (Red+Green+Blue) = 221+0+176=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 0 (0.39% from 255 or 0% from 397); Blue value is 176 (69.14% from 255 or 44.33% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DD00B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD00B0 is #22FF4F. Grayscale: #555555. Windows color (decimal): -2293584 or 11534557. OLE color: 11534557.

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

Color convert

RGB 221 0 176 -
CMYK 0 1 0.20 0.13
HSL 312.22º 1% 0.43% -
HSV(B) 312.22º 1% 0.87% -
XYZ 37.66 18.51 42.66 -
YUV 86.14 178.72 224.19 -
System Red Green Blue C M Y K H S L
Decimal 221 0 176 0 1 0.20 0.13 312.22 1 0.43
Hex DD 0 B0 0 64 14 D 138 64 2B
Octal 335 0 260 0 144 24 15 470 144 53
Binary 11011101 0 10110000 0 1100100 10100 1101 100111000 1100100 101011

Color Harmonies of #DD00B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD00B0

Black with #DD00B0

Text Example


Text Example

White with #DD00B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD00B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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