Html Css Color HEX #D5019B Hollywood Cerise

📋 copy color: '#D5019B'

red 213 ◦ green 1 ◦ blue 155

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

Shades of Hollywood Cerise #D5019B

Tints of Hollywood Cerise #D5019B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 42.01%

R = 57.72%
G = 0.27%
B = 42.01%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D5019B (or 0xD5019B) is known color: Hollywood Cerise. HEX triplet: D5, 01 and 9B. RGB value is (213,1,155). Sum of RGB (Red+Green+Blue) = 213+1+155=369 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.72% from 369); Green value is 1 (0.78% from 255 or 0.27% from 369); Blue value is 155 (60.94% from 255 or 42.01% from 369); Max value from RGB is 213 - color contains mainly: red. Hex color #D5019B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5019B is #2AFE64. Grayscale: #515151. Windows color (decimal): -2817637 or 10158549. OLE color: 10158549.

HSL color Cylindrical-coordinate representation of color #D5019B: hue angle of 316.42º 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 #D5019B is Cyan = 0, Magento = 1.00, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 1 155 -
CMYK 0 1.00 0.27 0.16
HSL 316.42º 0.99% 0.42% -
HSV(B) 316.42º 1% 0.84% -
XYZ 33.37 16.53 32.44 -
YUV 81.94 169.24 221.48 -
System Red Green Blue C M Y K H S L
Decimal 213 1 155 0 1.00 0.27 0.16 316.42 0.99 0.42
Hex D5 1 9B 0 64 1B 10 13C 63 2A
Octal 325 1 233 0 144 33 20 474 143 52
Binary 11010101 1 10011011 0 1100100 11011 10000 100111100 1100011 101010

Color Harmonies of #D5019B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5019B

Black with #D5019B

Text Example


Text Example

White with #D5019B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5019B; }

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

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

background-color css

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

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

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

border-color css

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

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

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