Html Css Color HEX #D5089F Hollywood Cerise

📋 copy color: '#D5089F'

red 213 ◦ green 8 ◦ blue 159

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

Shades of Hollywood Cerise #D5089F

Tints of Hollywood Cerise #D5089F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.11%

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

R = 56.05%
G = 2.11%
B = 41.84%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D5089F (or 0xD5089F) is known color: Hollywood Cerise. HEX triplet: D5, 08 and 9F. RGB value is (213,8,159). Sum of RGB (Red+Green+Blue) = 213+8+159=380 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.05% from 380); Green value is 8 (3.52% from 255 or 2.11% from 380); Blue value is 159 (62.5% from 255 or 41.84% from 380); Max value from RGB is 213 - color contains mainly: red. Hex color #D5089F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5089F is #2AF760. Grayscale: #565656. Windows color (decimal): -2815841 or 10422485. OLE color: 10422485.

HSL color Cylindrical-coordinate representation of color #D5089F: hue angle of 315.8º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D5089F is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 8 159 -
CMYK 0 0.96 0.25 0.16
HSL 315.8º 0.93% 0.43% -
HSV(B) 315.8º 0.96% 0.84% -
XYZ 33.79 16.82 34.27 -
YUV 86.51 168.92 218.22 -
System Red Green Blue C M Y K H S L
Decimal 213 8 159 0 0.96 0.25 0.16 315.8 0.93 0.43
Hex D5 8 9F 0 60 19 10 13C 5D 2B
Octal 325 10 237 0 140 31 20 474 135 53
Binary 11010101 1000 10011111 0 1100000 11001 10000 100111100 1011101 101011

Color Harmonies of #D5089F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5089F

Black with #D5089F

Text Example


Text Example

White with #D5089F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5089F; }

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

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

background-color css

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

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

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

border-color css

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

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

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