Html Css Color HEX #DD06A5 Hollywood Cerise

📋 copy color: '#DD06A5'

red 221 ◦ green 6 ◦ blue 165

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

Shades of Hollywood Cerise #DD06A5

Tints of Hollywood Cerise #DD06A5

RGB

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

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

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

R = 56.38%
G = 1.53%
B = 42.09%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DD06A5 (or 0xDD06A5) is known color: Hollywood Cerise. HEX triplet: DD, 06 and A5. RGB value is (221,6,165). Sum of RGB (Red+Green+Blue) = 221+6+165=392 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.38% from 392); Green value is 6 (2.73% from 255 or 1.53% from 392); Blue value is 165 (64.84% from 255 or 42.09% from 392); Max value from RGB is 221 - color contains mainly: red. Hex color #DD06A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD06A5 is #22F95A. Grayscale: #575757. Windows color (decimal): -2292059 or 10815197. OLE color: 10815197.

HSL color Cylindrical-coordinate representation of color #DD06A5: hue angle of 315.63º 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 #DD06A5 is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 6 165 -
CMYK 0 0.97 0.25 0.13
HSL 315.63º 0.95% 0.45% -
HSV(B) 315.63º 0.97% 0.87% -
XYZ 36.68 18.22 37.18 -
YUV 88.41 171.23 222.57 -
System Red Green Blue C M Y K H S L
Decimal 221 6 165 0 0.97 0.25 0.13 315.63 0.95 0.45
Hex DD 6 A5 0 61 19 D 13C 5F 2D
Octal 335 6 245 0 141 31 15 474 137 55
Binary 11011101 110 10100101 0 1100001 11001 1101 100111100 1011111 101101

Color Harmonies of #DD06A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD06A5

Black with #DD06A5

Text Example


Text Example

White with #DD06A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD06A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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