Html Css Color HEX #DD1CA1 Hollywood Cerise

📋 copy color: '#DD1CA1'

red 221 ◦ green 28 ◦ blue 161

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

Shades of Hollywood Cerise #DD1CA1

Tints of Hollywood Cerise #DD1CA1

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.83%

 BLUE value IS 161 (63.28% from 255) = 39.27%

R = 53.9%
G = 6.83%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DD1CA1 (or 0xDD1CA1) is known color: Hollywood Cerise. HEX triplet: DD, 1C and A1. RGB value is (221,28,161). Sum of RGB (Red+Green+Blue) = 221+28+161=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 28 (11.33% from 255 or 6.83% from 410); Blue value is 161 (63.28% from 255 or 39.27% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1CA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1CA1 is #22E35E. Grayscale: #646464. Windows color (decimal): -2286431 or 10558685. OLE color: 10558685.

HSL color Cylindrical-coordinate representation of color #DD1CA1: hue angle of 318.65º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DD1CA1 is Cyan = 0, Magento = 0.87, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 28 161 -
CMYK 0 0.87 0.27 0.13
HSL 318.65º 0.78% 0.49% -
HSV(B) 318.65º 0.87% 0.87% -
XYZ 36.67 18.78 35.41 -
YUV 100.87 161.94 213.69 -
System Red Green Blue C M Y K H S L
Decimal 221 28 161 0 0.87 0.27 0.13 318.65 0.78 0.49
Hex DD 1C A1 0 57 1B D 13F 4E 31
Octal 335 34 241 0 127 33 15 477 116 61
Binary 11011101 11100 10100001 0 1010111 11011 1101 100111111 1001110 110001

Color Harmonies of #DD1CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1CA1

Black with #DD1CA1

Text Example


Text Example

White with #DD1CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1CA1; }

 p { color: rgb(221,28,161); }

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

background-color css

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

 a { background-color: rgb(221,28,161); }

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

border-color css

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

 span { border-color: rgb(221,28,161); }

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