Html Css Color HEX #D50AAC Hollywood Cerise

📋 copy color: '#D50AAC'

red 213 ◦ green 10 ◦ blue 172

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

Shades of Hollywood Cerise #D50AAC

Tints of Hollywood Cerise #D50AAC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.53%

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

R = 53.92%
G = 2.53%
B = 43.54%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D50AAC (or 0xD50AAC) is known color: Hollywood Cerise. HEX triplet: D5, 0A and AC. RGB value is (213,10,172). Sum of RGB (Red+Green+Blue) = 213+10+172=395 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.92% from 395); Green value is 10 (4.30% from 255 or 2.53% from 395); Blue value is 172 (67.58% from 255 or 43.54% from 395); Max value from RGB is 213 - color contains mainly: red. Hex color #D50AAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50AAC is #2AF553. Grayscale: #585858. Windows color (decimal): -2815316 or 11274965. OLE color: 11274965.

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

Color convert

RGB 213 10 172 -
CMYK 0 0.95 0.19 0.16
HSL 312.12º 0.91% 0.44% -
HSV(B) 312.12º 0.95% 0.84% -
XYZ 35 17.34 40.53 -
YUV 89.17 174.75 216.33 -
System Red Green Blue C M Y K H S L
Decimal 213 10 172 0 0.95 0.19 0.16 312.12 0.91 0.44
Hex D5 A AC 0 5F 13 10 138 5B 2C
Octal 325 12 254 0 137 23 20 470 133 54
Binary 11010101 1010 10101100 0 1011111 10011 10000 100111000 1011011 101100

Color Harmonies of #D50AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50AAC

Black with #D50AAC

Text Example


Text Example

White with #D50AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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