Html Css Color HEX #D50FA5 Hollywood Cerise

📋 copy color: '#D50FA5'

red 213 ◦ green 15 ◦ blue 165

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

Shades of Hollywood Cerise #D50FA5

Tints of Hollywood Cerise #D50FA5

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.82%

 BLUE value IS 165 (64.84% from 255) = 41.98%

R = 54.2%
G = 3.82%
B = 41.98%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D50FA5 (or 0xD50FA5) is known color: Hollywood Cerise. HEX triplet: D5, 0F and A5. RGB value is (213,15,165). Sum of RGB (Red+Green+Blue) = 213+15+165=393 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.20% from 393); Green value is 15 (6.25% from 255 or 3.82% from 393); Blue value is 165 (64.84% from 255 or 41.98% from 393); Max value from RGB is 213 - color contains mainly: red. Hex color #D50FA5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50FA5 is #2AF05A. Grayscale: #5A5A5A. Windows color (decimal): -2814043 or 10817493. OLE color: 10817493.

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

Color convert

RGB 213 15 165 -
CMYK 0 0.93 0.23 0.16
HSL 314.55º 0.87% 0.45% -
HSV(B) 314.55º 0.93% 0.84% -
XYZ 34.4 17.2 37.1 -
YUV 91.3 169.6 214.8 -
System Red Green Blue C M Y K H S L
Decimal 213 15 165 0 0.93 0.23 0.16 314.55 0.87 0.45
Hex D5 F A5 0 5D 17 10 13B 57 2D
Octal 325 17 245 0 135 27 20 473 127 55
Binary 11010101 1111 10100101 0 1011101 10111 10000 100111011 1010111 101101

Color Harmonies of #D50FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50FA5

Black with #D50FA5

Text Example


Text Example

White with #D50FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50FA5; }

 p { color: rgb(213,15,165); }

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

background-color css

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

 a { background-color: rgb(213,15,165); }

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

border-color css

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

 span { border-color: rgb(213,15,165); }

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