Html Css Color HEX #DD1098 Hollywood Cerise

📋 copy color: '#DD1098'

red 221 ◦ green 16 ◦ blue 152

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

Shades of Hollywood Cerise #DD1098

Tints of Hollywood Cerise #DD1098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 39.07%

R = 56.81%
G = 4.11%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DD1098 (or 0xDD1098) is known color: Hollywood Cerise. HEX triplet: DD, 10 and 98. RGB value is (221,16,152). Sum of RGB (Red+Green+Blue) = 221+16+152=389 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.81% from 389); Green value is 16 (6.64% from 255 or 4.11% from 389); Blue value is 152 (59.77% from 255 or 39.07% from 389); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1098 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD1098 is #22EF67. Grayscale: #5C5C5C. Windows color (decimal): -2289512 or 9965789. OLE color: 9965789.

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

Color convert

RGB 221 16 152 -
CMYK 0 0.93 0.31 0.13
HSL 320.2º 0.86% 0.46% -
HSV(B) 320.2º 0.93% 0.87% -
XYZ 35.67 18.01 31.3 -
YUV 92.8 161.42 219.44 -
System Red Green Blue C M Y K H S L
Decimal 221 16 152 0 0.93 0.31 0.13 320.2 0.86 0.46
Hex DD 10 98 0 5D 1F D 140 56 2E
Octal 335 20 230 0 135 37 15 500 126 56
Binary 11011101 10000 10011000 0 1011101 11111 1101 101000000 1010110 101110

Color Harmonies of #DD1098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1098

Black with #DD1098

Text Example


Text Example

White with #DD1098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1098; }

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

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

background-color css

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

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

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

border-color css

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

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

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