Html Css Color HEX #DD06B1 Hollywood Cerise

📋 copy color: '#DD06B1'

red 221 ◦ green 6 ◦ blue 177

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

Shades of Hollywood Cerise #DD06B1

Tints of Hollywood Cerise #DD06B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 43.81%

R = 54.7%
G = 1.49%
B = 43.81%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DD06B1 (or 0xDD06B1) is known color: Hollywood Cerise. HEX triplet: DD, 06 and B1. RGB value is (221,6,177). Sum of RGB (Red+Green+Blue) = 221+6+177=404 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.70% from 404); Green value is 6 (2.73% from 255 or 1.49% from 404); Blue value is 177 (69.53% from 255 or 43.81% from 404); Max value from RGB is 221 - color contains mainly: red. Hex color #DD06B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD06B1 is #22F94E. Grayscale: #595959. Windows color (decimal): -2292047 or 11601629. OLE color: 11601629.

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

Color convert

RGB 221 6 177 -
CMYK 0 0.97 0.20 0.13
HSL 312.28º 0.95% 0.45% -
HSV(B) 312.28º 0.97% 0.87% -
XYZ 37.82 18.68 43.21 -
YUV 89.78 177.23 221.6 -
System Red Green Blue C M Y K H S L
Decimal 221 6 177 0 0.97 0.20 0.13 312.28 0.95 0.45
Hex DD 6 B1 0 61 14 D 138 5F 2D
Octal 335 6 261 0 141 24 15 470 137 55
Binary 11011101 110 10110001 0 1100001 10100 1101 100111000 1011111 101101

Color Harmonies of #DD06B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD06B1

Black with #DD06B1

Text Example


Text Example

White with #DD06B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD06B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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