Html Css Color HEX #D5009E Hollywood Cerise

📋 copy color: '#D5009E'

red 213 ◦ green 0 ◦ blue 158

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

Shades of Hollywood Cerise #D5009E

Tints of Hollywood Cerise #D5009E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 57.41%
G = 0%
B = 42.59%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D5009E (or 0xD5009E) is known color: Hollywood Cerise. HEX triplet: D5, 00 and 9E. RGB value is (213,0,158). Sum of RGB (Red+Green+Blue) = 213+0+158=371 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.41% from 371); Green value is 0 (0.39% from 255 or 0% from 371); Blue value is 158 (62.11% from 255 or 42.59% from 371); Max value from RGB is 213 - color contains mainly: red. Hex color #D5009E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5009E is #2AFF61. Grayscale: #515151. Windows color (decimal): -2817890 or 10354901. OLE color: 10354901.

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

Color convert

RGB 213 0 158 -
CMYK 0 1 0.26 0.16
HSL 315.49º 1% 0.42% -
HSV(B) 315.49º 1% 0.84% -
XYZ 33.61 16.61 33.78 -
YUV 81.7 171.07 221.65 -
System Red Green Blue C M Y K H S L
Decimal 213 0 158 0 1 0.26 0.16 315.49 1 0.42
Hex D5 0 9E 0 64 1A 10 13B 64 2A
Octal 325 0 236 0 144 32 20 473 144 52
Binary 11010101 0 10011110 0 1100100 11010 10000 100111011 1100100 101010

Color Harmonies of #D5009E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5009E

Black with #D5009E

Text Example


Text Example

White with #D5009E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5009E; }

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

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

background-color css

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

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

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

border-color css

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

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

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