Html Css Color HEX #D5019E Hollywood Cerise

📋 copy color: '#D5019E'

red 213 ◦ green 1 ◦ blue 158

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

Shades of Hollywood Cerise #D5019E

Tints of Hollywood Cerise #D5019E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 42.47%

R = 57.26%
G = 0.27%
B = 42.47%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D5019E (or 0xD5019E) is known color: Hollywood Cerise. HEX triplet: D5, 01 and 9E. RGB value is (213,1,158). Sum of RGB (Red+Green+Blue) = 213+1+158=372 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.26% from 372); Green value is 1 (0.78% from 255 or 0.27% from 372); Blue value is 158 (62.11% from 255 or 42.47% from 372); Max value from RGB is 213 - color contains mainly: red. Hex color #D5019E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5019E is #2AFE61. Grayscale: #515151. Windows color (decimal): -2817634 or 10355157. OLE color: 10355157.

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

Color convert

RGB 213 1 158 -
CMYK 0 1.00 0.26 0.16
HSL 315.57º 0.99% 0.42% -
HSV(B) 315.57º 1% 0.84% -
XYZ 33.62 16.64 33.79 -
YUV 82.29 170.74 221.23 -
System Red Green Blue C M Y K H S L
Decimal 213 1 158 0 1.00 0.26 0.16 315.57 0.99 0.42
Hex D5 1 9E 0 64 1A 10 13C 63 2A
Octal 325 1 236 0 144 32 20 474 143 52
Binary 11010101 1 10011110 0 1100100 11010 10000 100111100 1100011 101010

Color Harmonies of #D5019E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5019E

Black with #D5019E

Text Example


Text Example

White with #D5019E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5019E; }

 p { color: rgb(213,1,158); }

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

background-color css

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

 a { background-color: rgb(213,1,158); }

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

border-color css

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

 span { border-color: rgb(213,1,158); }

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