Html Css Color HEX #DD0398 Hollywood Cerise

📋 copy color: '#DD0398'

red 221 ◦ green 3 ◦ blue 152

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

Shades of Hollywood Cerise #DD0398

Tints of Hollywood Cerise #DD0398

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.8%

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

R = 58.78%
G = 0.8%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DD0398 (or 0xDD0398) is known color: Hollywood Cerise. HEX triplet: DD, 03 and 98. RGB value is (221,3,152). Sum of RGB (Red+Green+Blue) = 221+3+152=376 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.78% from 376); Green value is 3 (1.56% from 255 or 0.80% from 376); Blue value is 152 (59.77% from 255 or 40.43% from 376); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0398 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0398 is #22FC67. Grayscale: #545454. Windows color (decimal): -2292840 or 9962461. OLE color: 9962461.

HSL color Cylindrical-coordinate representation of color #DD0398: hue angle of 318.99º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD0398 is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 3 152 -
CMYK 0 0.99 0.31 0.13
HSL 318.99º 0.97% 0.44% -
HSV(B) 318.99º 0.99% 0.87% -
XYZ 35.52 17.7 31.25 -
YUV 85.17 165.72 224.88 -
System Red Green Blue C M Y K H S L
Decimal 221 3 152 0 0.99 0.31 0.13 318.99 0.97 0.44
Hex DD 3 98 0 63 1F D 13F 61 2C
Octal 335 3 230 0 143 37 15 477 141 54
Binary 11011101 11 10011000 0 1100011 11111 1101 100111111 1100001 101100

Color Harmonies of #DD0398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0398

Black with #DD0398

Text Example


Text Example

White with #DD0398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0398; }

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

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

background-color css

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

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

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

border-color css

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

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

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