Html Css Color HEX #D5039F Hollywood Cerise

📋 copy color: '#D5039F'

red 213 ◦ green 3 ◦ blue 159

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

Shades of Hollywood Cerise #D5039F

Tints of Hollywood Cerise #D5039F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.8%

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

R = 56.8%
G = 0.8%
B = 42.4%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D5039F (or 0xD5039F) is known color: Hollywood Cerise. HEX triplet: D5, 03 and 9F. RGB value is (213,3,159). Sum of RGB (Red+Green+Blue) = 213+3+159=375 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.8% from 375); Green value is 3 (1.56% from 255 or 0.8% from 375); Blue value is 159 (62.5% from 255 or 42.4% from 375); Max value from RGB is 213 - color contains mainly: red. Hex color #D5039F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5039F is #2AFC60. Grayscale: #535353. Windows color (decimal): -2817121 or 10421205. OLE color: 10421205.

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

Color convert

RGB 213 3 159 -
CMYK 0 0.99 0.25 0.16
HSL 315.43º 0.97% 0.42% -
HSV(B) 315.43º 0.99% 0.84% -
XYZ 33.73 16.71 34.25 -
YUV 83.57 170.57 220.32 -
System Red Green Blue C M Y K H S L
Decimal 213 3 159 0 0.99 0.25 0.16 315.43 0.97 0.42
Hex D5 3 9F 0 63 19 10 13B 61 2A
Octal 325 3 237 0 143 31 20 473 141 52
Binary 11010101 11 10011111 0 1100011 11001 10000 100111011 1100001 101010

Color Harmonies of #D5039F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5039F

Black with #D5039F

Text Example


Text Example

White with #D5039F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5039F; }

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

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

background-color css

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

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

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

border-color css

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

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

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