Html Css Color HEX #DD069E Hollywood Cerise

📋 copy color: '#DD069E'

red 221 ◦ green 6 ◦ blue 158

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

Shades of Hollywood Cerise #DD069E

Tints of Hollywood Cerise #DD069E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 41.04%

R = 57.4%
G = 1.56%
B = 41.04%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DD069E (or 0xDD069E) is known color: Hollywood Cerise. HEX triplet: DD, 06 and 9E. RGB value is (221,6,158). Sum of RGB (Red+Green+Blue) = 221+6+158=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 6 (2.73% from 255 or 1.56% from 385); Blue value is 158 (62.11% from 255 or 41.04% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD069E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD069E is #22F961. Grayscale: #575757. Windows color (decimal): -2292066 or 10356445. OLE color: 10356445.

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

Color convert

RGB 221 6 158 -
CMYK 0 0.97 0.29 0.13
HSL 317.58º 0.95% 0.45% -
HSV(B) 317.58º 0.97% 0.87% -
XYZ 36.06 17.97 33.92 -
YUV 87.61 167.73 223.14 -
System Red Green Blue C M Y K H S L
Decimal 221 6 158 0 0.97 0.29 0.13 317.58 0.95 0.45
Hex DD 6 9E 0 61 1D D 13E 5F 2D
Octal 335 6 236 0 141 35 15 476 137 55
Binary 11011101 110 10011110 0 1100001 11101 1101 100111110 1011111 101101

Color Harmonies of #DD069E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD069E

Black with #DD069E

Text Example


Text Example

White with #DD069E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD069E; }

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

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

background-color css

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

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

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

border-color css

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

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

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