Html Css Color HEX #D4029D Hollywood Cerise

📋 copy color: '#D4029D'

red 212 ◦ green 2 ◦ blue 157

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

Shades of Hollywood Cerise #D4029D

Tints of Hollywood Cerise #D4029D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.54%

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

R = 57.14%
G = 0.54%
B = 42.32%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.26

 K value IS 0.17

RGB Variations

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

Color information

#D4029D (or 0xD4029D) is known color: Hollywood Cerise. HEX triplet: D4, 02 and 9D. RGB value is (212,2,157). Sum of RGB (Red+Green+Blue) = 212+2+157=371 (49% of max value = 765). Red value is 212 (83.20% from 255 or 57.14% from 371); Green value is 2 (1.17% from 255 or 0.54% from 371); Blue value is 157 (61.72% from 255 or 42.32% from 371); Max value from RGB is 212 - color contains mainly: red. Hex color #D4029D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D4029D is #2BFD62. Grayscale: #525252. Windows color (decimal): -2882915 or 10289876. OLE color: 10289876.

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

Color convert

RGB 212 2 157 -
CMYK 0 0.99 0.26 0.17
HSL 315.71º 0.98% 0.42% -
HSV(B) 315.71º 0.99% 0.83% -
XYZ 33.26 16.47 33.33 -
YUV 82.46 170.07 220.4 -
System Red Green Blue C M Y K H S L
Decimal 212 2 157 0 0.99 0.26 0.17 315.71 0.98 0.42
Hex D4 2 9D 0 63 1A 11 13C 62 2A
Octal 324 2 235 0 143 32 21 474 142 52
Binary 11010100 10 10011101 0 1100011 11010 10001 100111100 1100010 101010

Color Harmonies of #D4029D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4029D

Black with #D4029D

Text Example


Text Example

White with #D4029D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4029D; }

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

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

background-color css

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

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

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

border-color css

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

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

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