Html Css Color HEX #DD069A Hollywood Cerise

📋 copy color: '#DD069A'

red 221 ◦ green 6 ◦ blue 154

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

Shades of Hollywood Cerise #DD069A

Tints of Hollywood Cerise #DD069A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 40.42%

R = 58.01%
G = 1.57%
B = 40.42%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DD069A (or 0xDD069A) is known color: Hollywood Cerise. HEX triplet: DD, 06 and 9A. RGB value is (221,6,154). Sum of RGB (Red+Green+Blue) = 221+6+154=381 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.01% from 381); Green value is 6 (2.73% from 255 or 1.57% from 381); Blue value is 154 (60.55% from 255 or 40.42% from 381); Max value from RGB is 221 - color contains mainly: red. Hex color #DD069A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD069A is #22F965. Grayscale: #565656. Windows color (decimal): -2292070 or 10094301. OLE color: 10094301.

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

Color convert

RGB 221 6 154 -
CMYK 0 0.97 0.30 0.13
HSL 318.7º 0.95% 0.45% -
HSV(B) 318.7º 0.97% 0.87% -
XYZ 35.72 17.84 32.13 -
YUV 87.16 165.73 223.47 -
System Red Green Blue C M Y K H S L
Decimal 221 6 154 0 0.97 0.30 0.13 318.7 0.95 0.45
Hex DD 6 9A 0 61 1E D 13F 5F 2D
Octal 335 6 232 0 141 36 15 477 137 55
Binary 11011101 110 10011010 0 1100001 11110 1101 100111111 1011111 101101

Color Harmonies of #DD069A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD069A

Black with #DD069A

Text Example


Text Example

White with #DD069A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD069A; }

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

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

background-color css

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

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

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

border-color css

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

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

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