Html Css Color HEX #D4049D Hollywood Cerise

📋 copy color: '#D4049D'

red 212 ◦ green 4 ◦ blue 157

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

Shades of Hollywood Cerise #D4049D

Tints of Hollywood Cerise #D4049D

RGB

 RED value IS 212 (83.2% from 255) = 56.84%

 GREEN value IS 4 (1.95% from 255) = 1.07%

 BLUE value IS 157 (61.72% from 255) = 42.09%

R = 56.84%
G = 1.07%
B = 42.09%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.26

 K value IS 0.17

RGB Variations

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

Color information

#D4049D (or 0xD4049D) is known color: Hollywood Cerise. HEX triplet: D4, 04 and 9D. RGB value is (212,4,157). Sum of RGB (Red+Green+Blue) = 212+4+157=373 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.84% from 373); Green value is 4 (1.95% from 255 or 1.07% from 373); Blue value is 157 (61.72% from 255 or 42.09% from 373); Max value from RGB is 212 - color contains mainly: red. Hex color #D4049D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D4049D is #2BFB62. Grayscale: #535353. Windows color (decimal): -2882403 or 10290388. OLE color: 10290388.

HSL color Cylindrical-coordinate representation of color #D4049D: hue angle of 315.87º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D4049D is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 4 157 -
CMYK 0 0.98 0.26 0.17
HSL 315.87º 0.96% 0.42% -
HSV(B) 315.87º 0.98% 0.83% -
XYZ 33.28 16.52 33.33 -
YUV 83.63 169.41 219.56 -
System Red Green Blue C M Y K H S L
Decimal 212 4 157 0 0.98 0.26 0.17 315.87 0.96 0.42
Hex D4 4 9D 0 62 1A 11 13C 60 2A
Octal 324 4 235 0 142 32 21 474 140 52
Binary 11010100 100 10011101 0 1100010 11010 10001 100111100 1100000 101010

Color Harmonies of #D4049D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4049D

Black with #D4049D

Text Example


Text Example

White with #D4049D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4049D; }

 p { color: rgb(212,4,157); }

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

background-color css

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

 a { background-color: rgb(212,4,157); }

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

border-color css

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

 span { border-color: rgb(212,4,157); }

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