Html Css Color HEX #DD06AB Hollywood Cerise

📋 copy color: '#DD06AB'

red 221 ◦ green 6 ◦ blue 171

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

Shades of Hollywood Cerise #DD06AB

Tints of Hollywood Cerise #DD06AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.96%

R = 55.53%
G = 1.51%
B = 42.96%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DD06AB (or 0xDD06AB) is known color: Hollywood Cerise. HEX triplet: DD, 06 and AB. RGB value is (221,6,171). Sum of RGB (Red+Green+Blue) = 221+6+171=398 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.53% from 398); Green value is 6 (2.73% from 255 or 1.51% from 398); Blue value is 171 (67.19% from 255 or 42.96% from 398); Max value from RGB is 221 - color contains mainly: red. Hex color #DD06AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD06AB is #22F954. Grayscale: #585858. Windows color (decimal): -2292053 or 11208413. OLE color: 11208413.

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

Color convert

RGB 221 6 171 -
CMYK 0 0.97 0.23 0.13
HSL 313.95º 0.95% 0.45% -
HSV(B) 313.95º 0.97% 0.87% -
XYZ 37.23 18.44 40.13 -
YUV 89.1 174.23 222.08 -
System Red Green Blue C M Y K H S L
Decimal 221 6 171 0 0.97 0.23 0.13 313.95 0.95 0.45
Hex DD 6 AB 0 61 17 D 13A 5F 2D
Octal 335 6 253 0 141 27 15 472 137 55
Binary 11011101 110 10101011 0 1100001 10111 1101 100111010 1011111 101101

Color Harmonies of #DD06AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD06AB

Black with #DD06AB

Text Example


Text Example

White with #DD06AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD06AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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