Html Css Color HEX #DD038F Hollywood Cerise

📋 copy color: '#DD038F'

red 221 ◦ green 3 ◦ blue 143

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

Shades of Hollywood Cerise #DD038F

Tints of Hollywood Cerise #DD038F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.82%

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

R = 60.22%
G = 0.82%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DD038F (or 0xDD038F) is known color: Hollywood Cerise. HEX triplet: DD, 03 and 8F. RGB value is (221,3,143). Sum of RGB (Red+Green+Blue) = 221+3+143=367 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.22% from 367); Green value is 3 (1.56% from 255 or 0.82% from 367); Blue value is 143 (56.25% from 255 or 38.96% from 367); Max value from RGB is 221 - color contains mainly: red. Hex color #DD038F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD038F is #22FC70. Grayscale: #535353. Windows color (decimal): -2292849 or 9372637. OLE color: 9372637.

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

Color convert

RGB 221 3 143 -
CMYK 0 0.99 0.35 0.13
HSL 321.47º 0.97% 0.44% -
HSV(B) 321.47º 0.99% 0.87% -
XYZ 34.81 17.42 27.51 -
YUV 84.14 161.22 225.62 -
System Red Green Blue C M Y K H S L
Decimal 221 3 143 0 0.99 0.35 0.13 321.47 0.97 0.44
Hex DD 3 8F 0 63 23 D 141 61 2C
Octal 335 3 217 0 143 43 15 501 141 54
Binary 11011101 11 10001111 0 1100011 100011 1101 101000001 1100001 101100

Color Harmonies of #DD038F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD038F

Black with #DD038F

Text Example


Text Example

White with #DD038F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD038F; }

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

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

background-color css

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

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

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

border-color css

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

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

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