Html Css Color HEX #DD00A7 Hollywood Cerise

📋 copy color: '#DD00A7'

red 221 ◦ green 0 ◦ blue 167

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

Shades of Hollywood Cerise #DD00A7

Tints of Hollywood Cerise #DD00A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 43.04%

R = 56.96%
G = 0%
B = 43.04%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DD00A7 (or 0xDD00A7) is known color: Hollywood Cerise. HEX triplet: DD, 00 and A7. RGB value is (221,0,167). Sum of RGB (Red+Green+Blue) = 221+0+167=388 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.96% from 388); Green value is 0 (0.39% from 255 or 0% from 388); Blue value is 167 (65.62% from 255 or 43.04% from 388); Max value from RGB is 221 - color contains mainly: red. Hex color #DD00A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD00A7 is #22FF58. Grayscale: #545454. Windows color (decimal): -2293593 or 10944733. OLE color: 10944733.

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

Color convert

RGB 221 0 167 -
CMYK 0 1 0.24 0.13
HSL 314.66º 1% 0.43% -
HSV(B) 314.66º 1% 0.87% -
XYZ 36.79 18.16 38.13 -
YUV 85.12 174.22 224.92 -
System Red Green Blue C M Y K H S L
Decimal 221 0 167 0 1 0.24 0.13 314.66 1 0.43
Hex DD 0 A7 0 64 18 D 13B 64 2B
Octal 335 0 247 0 144 30 15 473 144 53
Binary 11011101 0 10100111 0 1100100 11000 1101 100111011 1100100 101011

Color Harmonies of #DD00A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD00A7

Black with #DD00A7

Text Example


Text Example

White with #DD00A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD00A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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