Html Css Color HEX #DD06AF Hollywood Cerise

📋 copy color: '#DD06AF'

red 221 ◦ green 6 ◦ blue 175

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

Shades of Hollywood Cerise #DD06AF

Tints of Hollywood Cerise #DD06AF

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.49%

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

R = 54.98%
G = 1.49%
B = 43.53%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DD06AF (or 0xDD06AF) is known color: Hollywood Cerise. HEX triplet: DD, 06 and AF. RGB value is (221,6,175). Sum of RGB (Red+Green+Blue) = 221+6+175=402 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.98% from 402); Green value is 6 (2.73% from 255 or 1.49% from 402); Blue value is 175 (68.75% from 255 or 43.53% from 402); Max value from RGB is 221 - color contains mainly: red. Hex color #DD06AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD06AF is #22F950. Grayscale: #595959. Windows color (decimal): -2292049 or 11470557. OLE color: 11470557.

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

Color convert

RGB 221 6 175 -
CMYK 0 0.97 0.21 0.13
HSL 312.84º 0.95% 0.45% -
HSV(B) 312.84º 0.97% 0.87% -
XYZ 37.62 18.6 42.16 -
YUV 89.55 176.23 221.76 -
System Red Green Blue C M Y K H S L
Decimal 221 6 175 0 0.97 0.21 0.13 312.84 0.95 0.45
Hex DD 6 AF 0 61 15 D 139 5F 2D
Octal 335 6 257 0 141 25 15 471 137 55
Binary 11011101 110 10101111 0 1100001 10101 1101 100111001 1011111 101101

Color Harmonies of #DD06AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD06AF

Black with #DD06AF

Text Example


Text Example

White with #DD06AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD06AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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