Html Css Color HEX #DD00AB Hollywood Cerise

📋 copy color: '#DD00AB'

red 221 ◦ green 0 ◦ blue 171

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

Shades of Hollywood Cerise #DD00AB

Tints of Hollywood Cerise #DD00AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.62%

R = 56.38%
G = 0%
B = 43.62%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DD00AB (or 0xDD00AB) is known color: Hollywood Cerise. HEX triplet: DD, 00 and AB. RGB value is (221,0,171). Sum of RGB (Red+Green+Blue) = 221+0+171=392 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.38% from 392); Green value is 0 (0.39% from 255 or 0% from 392); Blue value is 171 (67.19% from 255 or 43.62% from 392); Max value from RGB is 221 - color contains mainly: red. Hex color #DD00AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD00AB is #22FF54. Grayscale: #555555. Windows color (decimal): -2293589 or 11206877. OLE color: 11206877.

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

Color convert

RGB 221 0 171 -
CMYK 0 1 0.23 0.13
HSL 313.57º 1% 0.43% -
HSV(B) 313.57º 1% 0.87% -
XYZ 37.17 18.31 40.1 -
YUV 85.57 176.22 224.6 -
System Red Green Blue C M Y K H S L
Decimal 221 0 171 0 1 0.23 0.13 313.57 1 0.43
Hex DD 0 AB 0 64 17 D 13A 64 2B
Octal 335 0 253 0 144 27 15 472 144 53
Binary 11011101 0 10101011 0 1100100 10111 1101 100111010 1100100 101011

Color Harmonies of #DD00AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD00AB

Black with #DD00AB

Text Example


Text Example

White with #DD00AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD00AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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