Html Css Color HEX #DD008D Hollywood Cerise

📋 copy color: '#DD008D'

red 221 ◦ green 0 ◦ blue 141

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

Shades of Hollywood Cerise #DD008D

Tints of Hollywood Cerise #DD008D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 141 (55.47% from 255) = 38.95%

R = 61.05%
G = 0%
B = 38.95%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DD008D (or 0xDD008D) is known color: Hollywood Cerise. HEX triplet: DD, 00 and 8D. RGB value is (221,0,141). Sum of RGB (Red+Green+Blue) = 221+0+141=362 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.05% from 362); Green value is 0 (0.39% from 255 or 0% from 362); Blue value is 141 (55.47% from 255 or 38.95% from 362); Max value from RGB is 221 - color contains mainly: red. Hex color #DD008D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD008D is #22FF72. Grayscale: #515151. Windows color (decimal): -2293619 or 9240797. OLE color: 9240797.

HSL color Cylindrical-coordinate representation of color #DD008D: hue angle of 321.72º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD008D is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 0 141 -
CMYK 0 1 0.36 0.13
HSL 321.72º 1% 0.43% -
HSV(B) 321.72º 1% 0.87% -
XYZ 34.63 17.3 26.71 -
YUV 82.15 161.22 227.04 -
System Red Green Blue C M Y K H S L
Decimal 221 0 141 0 1 0.36 0.13 321.72 1 0.43
Hex DD 0 8D 0 64 24 D 142 64 2B
Octal 335 0 215 0 144 44 15 502 144 53
Binary 11011101 0 10001101 0 1100100 100100 1101 101000010 1100100 101011

Color Harmonies of #DD008D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD008D

Black with #DD008D

Text Example


Text Example

White with #DD008D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD008D; }

 p { color: rgb(221,0,141); }

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

background-color css

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

 a { background-color: rgb(221,0,141); }

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

border-color css

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

 span { border-color: rgb(221,0,141); }

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