Html Css Color HEX #DD0FA0 Hollywood Cerise

📋 copy color: '#DD0FA0'

red 221 ◦ green 15 ◦ blue 160

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

Shades of Hollywood Cerise #DD0FA0

Tints of Hollywood Cerise #DD0FA0

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.79%

 BLUE value IS 160 (62.89% from 255) = 40.4%

R = 55.81%
G = 3.79%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DD0FA0 (or 0xDD0FA0) is known color: Hollywood Cerise. HEX triplet: DD, 0F and A0. RGB value is (221,15,160). Sum of RGB (Red+Green+Blue) = 221+15+160=396 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.81% from 396); Green value is 15 (6.25% from 255 or 3.79% from 396); Blue value is 160 (62.89% from 255 or 40.40% from 396); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0FA0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0FA0 is #22F05F. Grayscale: #5C5C5C. Windows color (decimal): -2289760 or 10489821. OLE color: 10489821.

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

Color convert

RGB 221 15 160 -
CMYK 0 0.93 0.28 0.13
HSL 317.77º 0.87% 0.46% -
HSV(B) 317.77º 0.93% 0.87% -
XYZ 36.33 18.25 34.87 -
YUV 93.12 165.75 219.21 -
System Red Green Blue C M Y K H S L
Decimal 221 15 160 0 0.93 0.28 0.13 317.77 0.87 0.46
Hex DD F A0 0 5D 1C D 13E 57 2E
Octal 335 17 240 0 135 34 15 476 127 56
Binary 11011101 1111 10100000 0 1011101 11100 1101 100111110 1010111 101110

Color Harmonies of #DD0FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0FA0

Black with #DD0FA0

Text Example


Text Example

White with #DD0FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0FA0; }

 p { color: rgb(221,15,160); }

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

background-color css

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

 a { background-color: rgb(221,15,160); }

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

border-color css

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

 span { border-color: rgb(221,15,160); }

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