Html Css Color HEX #D5009F Hollywood Cerise

📋 copy color: '#D5009F'

red 213 ◦ green 0 ◦ blue 159

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

Shades of Hollywood Cerise #D5009F

Tints of Hollywood Cerise #D5009F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 42.74%

R = 57.26%
G = 0%
B = 42.74%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D5009F (or 0xD5009F) is known color: Hollywood Cerise. HEX triplet: D5, 00 and 9F. RGB value is (213,0,159). Sum of RGB (Red+Green+Blue) = 213+0+159=372 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.26% from 372); Green value is 0 (0.39% from 255 or 0% from 372); Blue value is 159 (62.5% from 255 or 42.74% from 372); Max value from RGB is 213 - color contains mainly: red. Hex color #D5009F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5009F is #2AFF60. Grayscale: #515151. Windows color (decimal): -2817889 or 10420437. OLE color: 10420437.

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

Color convert

RGB 213 0 159 -
CMYK 0 1 0.25 0.16
HSL 315.21º 1% 0.42% -
HSV(B) 315.21º 1% 0.84% -
XYZ 33.7 16.65 34.24 -
YUV 81.81 171.57 221.57 -
System Red Green Blue C M Y K H S L
Decimal 213 0 159 0 1 0.25 0.16 315.21 1 0.42
Hex D5 0 9F 0 64 19 10 13B 64 2A
Octal 325 0 237 0 144 31 20 473 144 52
Binary 11010101 0 10011111 0 1100100 11001 10000 100111011 1100100 101010

Color Harmonies of #D5009F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5009F

Black with #D5009F

Text Example


Text Example

White with #D5009F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5009F; }

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

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

background-color css

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

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

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

border-color css

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

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

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