Html Css Color HEX #DD09AF Hollywood Cerise

📋 copy color: '#DD09AF'

red 221 ◦ green 9 ◦ blue 175

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

Shades of Hollywood Cerise #DD09AF

Tints of Hollywood Cerise #DD09AF

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.22%

 BLUE value IS 175 (68.75% from 255) = 43.21%

R = 54.57%
G = 2.22%
B = 43.21%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DD09AF (or 0xDD09AF) is known color: Hollywood Cerise. HEX triplet: DD, 09 and AF. RGB value is (221,9,175). Sum of RGB (Red+Green+Blue) = 221+9+175=405 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.57% from 405); Green value is 9 (3.91% from 255 or 2.22% from 405); Blue value is 175 (68.75% from 255 or 43.21% from 405); Max value from RGB is 221 - color contains mainly: red. Hex color #DD09AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD09AF is #22F650. Grayscale: #5A5A5A. Windows color (decimal): -2291281 or 11471325. OLE color: 11471325.

HSL color Cylindrical-coordinate representation of color #DD09AF: hue angle of 313.02º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD09AF is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 9 175 -
CMYK 0 0.96 0.21 0.13
HSL 313.02º 0.92% 0.45% -
HSV(B) 313.02º 0.96% 0.87% -
XYZ 37.65 18.66 42.18 -
YUV 91.31 175.24 220.5 -
System Red Green Blue C M Y K H S L
Decimal 221 9 175 0 0.96 0.21 0.13 313.02 0.92 0.45
Hex DD 9 AF 0 60 15 D 139 5C 2D
Octal 335 11 257 0 140 25 15 471 134 55
Binary 11011101 1001 10101111 0 1100000 10101 1101 100111001 1011100 101101

Color Harmonies of #DD09AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD09AF

Black with #DD09AF

Text Example


Text Example

White with #DD09AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD09AF; }

 p { color: rgb(221,9,175); }

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

background-color css

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

 a { background-color: rgb(221,9,175); }

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

border-color css

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

 span { border-color: rgb(221,9,175); }

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