Html Css Color HEX #DD10B0 Hollywood Cerise

📋 copy color: '#DD10B0'

red 221 ◦ green 16 ◦ blue 176

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

Shades of Hollywood Cerise #DD10B0

Tints of Hollywood Cerise #DD10B0

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.87%

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

R = 53.51%
G = 3.87%
B = 42.62%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DD10B0 (or 0xDD10B0) is known color: Hollywood Cerise. HEX triplet: DD, 10 and B0. RGB value is (221,16,176). Sum of RGB (Red+Green+Blue) = 221+16+176=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 16 (6.64% from 255 or 3.87% from 413); Blue value is 176 (69.14% from 255 or 42.62% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DD10B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD10B0 is #22EF4F. Grayscale: #5F5F5F. Windows color (decimal): -2289488 or 11538653. OLE color: 11538653.

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

Color convert

RGB 221 16 176 -
CMYK 0 0.93 0.20 0.13
HSL 313.17º 0.86% 0.46% -
HSV(B) 313.17º 0.93% 0.87% -
XYZ 37.84 18.88 42.72 -
YUV 95.54 173.42 217.49 -
System Red Green Blue C M Y K H S L
Decimal 221 16 176 0 0.93 0.20 0.13 313.17 0.86 0.46
Hex DD 10 B0 0 5D 14 D 139 56 2E
Octal 335 20 260 0 135 24 15 471 126 56
Binary 11011101 10000 10110000 0 1011101 10100 1101 100111001 1010110 101110

Color Harmonies of #DD10B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD10B0

Black with #DD10B0

Text Example


Text Example

White with #DD10B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD10B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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