Html Css Color HEX #DD08AF Hollywood Cerise

📋 copy color: '#DD08AF'

red 221 ◦ green 8 ◦ blue 175

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

Shades of Hollywood Cerise #DD08AF

Tints of Hollywood Cerise #DD08AF

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.98%

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

R = 54.7%
G = 1.98%
B = 43.32%

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

#DD08AF (or 0xDD08AF) is known color: Hollywood Cerise. HEX triplet: DD, 08 and AF. RGB value is (221,8,175). Sum of RGB (Red+Green+Blue) = 221+8+175=404 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.70% from 404); Green value is 8 (3.52% from 255 or 1.98% from 404); Blue value is 175 (68.75% from 255 or 43.32% from 404); Max value from RGB is 221 - color contains mainly: red. Hex color #DD08AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD08AF is #22F750. Grayscale: #5A5A5A. Windows color (decimal): -2291537 or 11471069. OLE color: 11471069.

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

Color convert

RGB 221 8 175 -
CMYK 0 0.96 0.21 0.13
HSL 312.96º 0.93% 0.45% -
HSV(B) 312.96º 0.96% 0.87% -
XYZ 37.64 18.64 42.17 -
YUV 90.73 175.57 220.92 -
System Red Green Blue C M Y K H S L
Decimal 221 8 175 0 0.96 0.21 0.13 312.96 0.93 0.45
Hex DD 8 AF 0 60 15 D 139 5D 2D
Octal 335 10 257 0 140 25 15 471 135 55
Binary 11011101 1000 10101111 0 1100000 10101 1101 100111001 1011101 101101

Color Harmonies of #DD08AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD08AF

Black with #DD08AF

Text Example


Text Example

White with #DD08AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD08AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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