Html Css Color HEX #DD069F Hollywood Cerise

📋 copy color: '#DD069F'

red 221 ◦ green 6 ◦ blue 159

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

Shades of Hollywood Cerise #DD069F

Tints of Hollywood Cerise #DD069F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 41.19%

R = 57.25%
G = 1.55%
B = 41.19%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DD069F (or 0xDD069F) is known color: Hollywood Cerise. HEX triplet: DD, 06 and 9F. RGB value is (221,6,159). Sum of RGB (Red+Green+Blue) = 221+6+159=386 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.25% from 386); Green value is 6 (2.73% from 255 or 1.55% from 386); Blue value is 159 (62.5% from 255 or 41.19% from 386); Max value from RGB is 221 - color contains mainly: red. Hex color #DD069F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD069F is #22F960. Grayscale: #575757. Windows color (decimal): -2292065 or 10421981. OLE color: 10421981.

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

Color convert

RGB 221 6 159 -
CMYK 0 0.97 0.28 0.13
HSL 317.3º 0.95% 0.45% -
HSV(B) 317.3º 0.97% 0.87% -
XYZ 36.14 18.01 34.37 -
YUV 87.73 168.23 223.06 -
System Red Green Blue C M Y K H S L
Decimal 221 6 159 0 0.97 0.28 0.13 317.3 0.95 0.45
Hex DD 6 9F 0 61 1C D 13D 5F 2D
Octal 335 6 237 0 141 34 15 475 137 55
Binary 11011101 110 10011111 0 1100001 11100 1101 100111101 1011111 101101

Color Harmonies of #DD069F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD069F

Black with #DD069F

Text Example


Text Example

White with #DD069F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD069F; }

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

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

background-color css

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

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

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

border-color css

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

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

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