Html Css Color HEX #DD00AF Hollywood Cerise

📋 copy color: '#DD00AF'

red 221 ◦ green 0 ◦ blue 175

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

Shades of Hollywood Cerise #DD00AF

Tints of Hollywood Cerise #DD00AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 44.19%

R = 55.81%
G = 0%
B = 44.19%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DD00AF (or 0xDD00AF) is known color: Hollywood Cerise. HEX triplet: DD, 00 and AF. RGB value is (221,0,175). Sum of RGB (Red+Green+Blue) = 221+0+175=396 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.81% from 396); Green value is 0 (0.39% from 255 or 0% from 396); Blue value is 175 (68.75% from 255 or 44.19% from 396); Max value from RGB is 221 - color contains mainly: red. Hex color #DD00AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD00AF is #22FF50. Grayscale: #555555. Windows color (decimal): -2293585 or 11469021. OLE color: 11469021.

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

Color convert

RGB 221 0 175 -
CMYK 0 1 0.21 0.13
HSL 312.49º 1% 0.43% -
HSV(B) 312.49º 1% 0.87% -
XYZ 37.56 18.47 42.14 -
YUV 86.03 178.22 224.27 -
System Red Green Blue C M Y K H S L
Decimal 221 0 175 0 1 0.21 0.13 312.49 1 0.43
Hex DD 0 AF 0 64 15 D 138 64 2B
Octal 335 0 257 0 144 25 15 470 144 53
Binary 11011101 0 10101111 0 1100100 10101 1101 100111000 1100100 101011

Color Harmonies of #DD00AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD00AF

Black with #DD00AF

Text Example


Text Example

White with #DD00AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD00AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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