Html Css Color HEX #DD1AA5 Hollywood Cerise

📋 copy color: '#DD1AA5'

red 221 ◦ green 26 ◦ blue 165

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

Shades of Hollywood Cerise #DD1AA5

Tints of Hollywood Cerise #DD1AA5

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.31%

 BLUE value IS 165 (64.84% from 255) = 40.05%

R = 53.64%
G = 6.31%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DD1AA5 (or 0xDD1AA5) is known color: Hollywood Cerise. HEX triplet: DD, 1A and A5. RGB value is (221,26,165). Sum of RGB (Red+Green+Blue) = 221+26+165=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 26 (10.55% from 255 or 6.31% from 412); Blue value is 165 (64.84% from 255 or 40.05% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1AA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1AA5 is #22E55A. Grayscale: #636363. Windows color (decimal): -2286939 or 10820317. OLE color: 10820317.

HSL color Cylindrical-coordinate representation of color #DD1AA5: hue angle of 317.23º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD1AA5 is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 26 165 -
CMYK 0 0.88 0.25 0.13
HSL 317.23º 0.79% 0.48% -
HSV(B) 317.23º 0.88% 0.87% -
XYZ 36.98 18.83 37.28 -
YUV 100.15 164.6 214.2 -
System Red Green Blue C M Y K H S L
Decimal 221 26 165 0 0.88 0.25 0.13 317.23 0.79 0.48
Hex DD 1A A5 0 58 19 D 13D 4F 30
Octal 335 32 245 0 130 31 15 475 117 60
Binary 11011101 11010 10100101 0 1011000 11001 1101 100111101 1001111 110000

Color Harmonies of #DD1AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1AA5

Black with #DD1AA5

Text Example


Text Example

White with #DD1AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1AA5; }

 p { color: rgb(221,26,165); }

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

background-color css

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

 a { background-color: rgb(221,26,165); }

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

border-color css

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

 span { border-color: rgb(221,26,165); }

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