Html Css Color HEX #D50FAC Hollywood Cerise

📋 copy color: '#D50FAC'

red 213 ◦ green 15 ◦ blue 172

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

Shades of Hollywood Cerise #D50FAC

Tints of Hollywood Cerise #D50FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43%

R = 53.25%
G = 3.75%
B = 43%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D50FAC (or 0xD50FAC) is known color: Hollywood Cerise. HEX triplet: D5, 0F and AC. RGB value is (213,15,172). Sum of RGB (Red+Green+Blue) = 213+15+172=400 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.25% from 400); Green value is 15 (6.25% from 255 or 3.75% from 400); Blue value is 172 (67.58% from 255 or 43% from 400); Max value from RGB is 213 - color contains mainly: red. Hex color #D50FAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50FAC is #2AF053. Grayscale: #5B5B5B. Windows color (decimal): -2814036 or 11276245. OLE color: 11276245.

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

Color convert

RGB 213 15 172 -
CMYK 0 0.93 0.19 0.16
HSL 312.42º 0.87% 0.45% -
HSV(B) 312.42º 0.93% 0.84% -
XYZ 35.06 17.47 40.55 -
YUV 92.1 173.1 214.23 -
System Red Green Blue C M Y K H S L
Decimal 213 15 172 0 0.93 0.19 0.16 312.42 0.87 0.45
Hex D5 F AC 0 5D 13 10 138 57 2D
Octal 325 17 254 0 135 23 20 470 127 55
Binary 11010101 1111 10101100 0 1011101 10011 10000 100111000 1010111 101101

Color Harmonies of #D50FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50FAC

Black with #D50FAC

Text Example


Text Example

White with #D50FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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