Html Css Color HEX #D50CAC Hollywood Cerise

📋 copy color: '#D50CAC'

red 213 ◦ green 12 ◦ blue 172

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

Shades of Hollywood Cerise #D50CAC

Tints of Hollywood Cerise #D50CAC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.02%

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

R = 53.65%
G = 3.02%
B = 43.32%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D50CAC (or 0xD50CAC) is known color: Hollywood Cerise. HEX triplet: D5, 0C and AC. RGB value is (213,12,172). Sum of RGB (Red+Green+Blue) = 213+12+172=397 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.65% from 397); Green value is 12 (5.08% from 255 or 3.02% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 213 - color contains mainly: red. Hex color #D50CAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50CAC is #2AF353. Grayscale: #595959. Windows color (decimal): -2814804 or 11275477. OLE color: 11275477.

HSL color Cylindrical-coordinate representation of color #D50CAC: hue angle of 312.24º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D50CAC is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 12 172 -
CMYK 0 0.94 0.19 0.16
HSL 312.24º 0.89% 0.44% -
HSV(B) 312.24º 0.94% 0.84% -
XYZ 35.02 17.39 40.54 -
YUV 90.34 174.09 215.49 -
System Red Green Blue C M Y K H S L
Decimal 213 12 172 0 0.94 0.19 0.16 312.24 0.89 0.44
Hex D5 C AC 0 5E 13 10 138 59 2C
Octal 325 14 254 0 136 23 20 470 131 54
Binary 11010101 1100 10101100 0 1011110 10011 10000 100111000 1011001 101100

Color Harmonies of #D50CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50CAC

Black with #D50CAC

Text Example


Text Example

White with #D50CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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