Html Css Color HEX #D5029D Hollywood Cerise

📋 copy color: '#D5029D'

red 213 ◦ green 2 ◦ blue 157

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

Shades of Hollywood Cerise #D5029D

Tints of Hollywood Cerise #D5029D

RGB

 RED value IS 213 (83.59% from 255) = 57.26%

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

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

R = 57.26%
G = 0.54%
B = 42.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D5029D (or 0xD5029D) is known color: Hollywood Cerise. HEX triplet: D5, 02 and 9D. RGB value is (213,2,157). Sum of RGB (Red+Green+Blue) = 213+2+157=372 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.26% from 372); Green value is 2 (1.17% from 255 or 0.54% from 372); Blue value is 157 (61.72% from 255 or 42.20% from 372); Max value from RGB is 213 - color contains mainly: red. Hex color #D5029D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5029D is #2AFD62. Grayscale: #525252. Windows color (decimal): -2817379 or 10289877. OLE color: 10289877.

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

Color convert

RGB 213 2 157 -
CMYK 0 0.99 0.26 0.16
HSL 315.92º 0.98% 0.42% -
HSV(B) 315.92º 0.99% 0.84% -
XYZ 33.55 16.62 33.34 -
YUV 82.76 169.9 220.9 -
System Red Green Blue C M Y K H S L
Decimal 213 2 157 0 0.99 0.26 0.16 315.92 0.98 0.42
Hex D5 2 9D 0 63 1A 10 13C 62 2A
Octal 325 2 235 0 143 32 20 474 142 52
Binary 11010101 10 10011101 0 1100011 11010 10000 100111100 1100010 101010

Color Harmonies of #D5029D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5029D

Black with #D5029D

Text Example


Text Example

White with #D5029D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5029D; }

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

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

background-color css

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

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

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

border-color css

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

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

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