Html Css Color HEX #D50AAB Hollywood Cerise

📋 copy color: '#D50AAB'

red 213 ◦ green 10 ◦ blue 171

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

Shades of Hollywood Cerise #D50AAB

Tints of Hollywood Cerise #D50AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.4%

R = 54.06%
G = 2.54%
B = 43.4%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D50AAB (or 0xD50AAB) is known color: Hollywood Cerise. HEX triplet: D5, 0A and AB. RGB value is (213,10,171). Sum of RGB (Red+Green+Blue) = 213+10+171=394 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.06% from 394); Green value is 10 (4.30% from 255 or 2.54% from 394); Blue value is 171 (67.19% from 255 or 43.40% from 394); Max value from RGB is 213 - color contains mainly: red. Hex color #D50AAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50AAB is #2AF554. Grayscale: #585858. Windows color (decimal): -2815317 or 11209429. OLE color: 11209429.

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

Color convert

RGB 213 10 171 -
CMYK 0 0.95 0.20 0.16
HSL 312.41º 0.91% 0.44% -
HSV(B) 312.41º 0.95% 0.84% -
XYZ 34.9 17.3 40.03 -
YUV 89.05 174.25 216.41 -
System Red Green Blue C M Y K H S L
Decimal 213 10 171 0 0.95 0.20 0.16 312.41 0.91 0.44
Hex D5 A AB 0 5F 14 10 138 5B 2C
Octal 325 12 253 0 137 24 20 470 133 54
Binary 11010101 1010 10101011 0 1011111 10100 10000 100111000 1011011 101100

Color Harmonies of #D50AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50AAB

Black with #D50AAB

Text Example


Text Example

White with #D50AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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