Html Css Color HEX #DD018F Hollywood Cerise

📋 copy color: '#DD018F'

red 221 ◦ green 1 ◦ blue 143

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

Shades of Hollywood Cerise #DD018F

Tints of Hollywood Cerise #DD018F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

 BLUE value IS 143 (56.25% from 255) = 39.18%

R = 60.55%
G = 0.27%
B = 39.18%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DD018F (or 0xDD018F) is known color: Hollywood Cerise. HEX triplet: DD, 01 and 8F. RGB value is (221,1,143). Sum of RGB (Red+Green+Blue) = 221+1+143=365 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.55% from 365); Green value is 1 (0.78% from 255 or 0.27% from 365); Blue value is 143 (56.25% from 255 or 39.18% from 365); Max value from RGB is 221 - color contains mainly: red. Hex color #DD018F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD018F is #22FE70. Grayscale: #525252. Windows color (decimal): -2293361 or 9372125. OLE color: 9372125.

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

Color convert

RGB 221 1 143 -
CMYK 0 1.00 0.35 0.13
HSL 321.27º 0.99% 0.44% -
HSV(B) 321.27º 1% 0.87% -
XYZ 34.79 17.38 27.51 -
YUV 82.97 161.89 226.45 -
System Red Green Blue C M Y K H S L
Decimal 221 1 143 0 1.00 0.35 0.13 321.27 0.99 0.44
Hex DD 1 8F 0 64 23 D 141 63 2C
Octal 335 1 217 0 144 43 15 501 143 54
Binary 11011101 1 10001111 0 1100100 100011 1101 101000001 1100011 101100

Color Harmonies of #DD018F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD018F

Black with #DD018F

Text Example


Text Example

White with #DD018F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD018F; }

 p { color: rgb(221,1,143); }

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

background-color css

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

 a { background-color: rgb(221,1,143); }

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

border-color css

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

 span { border-color: rgb(221,1,143); }

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