Html Css Color HEX #D50BA4 Hollywood Cerise

📋 copy color: '#D50BA4'

red 213 ◦ green 11 ◦ blue 164

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

Shades of Hollywood Cerise #D50BA4

Tints of Hollywood Cerise #D50BA4

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.84%

 BLUE value IS 164 (64.45% from 255) = 42.27%

R = 54.9%
G = 2.84%
B = 42.27%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D50BA4 (or 0xD50BA4) is known color: Hollywood Cerise. HEX triplet: D5, 0B and A4. RGB value is (213,11,164). Sum of RGB (Red+Green+Blue) = 213+11+164=388 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.90% from 388); Green value is 11 (4.69% from 255 or 2.84% from 388); Blue value is 164 (64.45% from 255 or 42.27% from 388); Max value from RGB is 213 - color contains mainly: red. Hex color #D50BA4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50BA4 is #2AF45B. Grayscale: #585858. Windows color (decimal): -2815068 or 10750933. OLE color: 10750933.

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

Color convert

RGB 213 11 164 -
CMYK 0 0.95 0.23 0.16
HSL 314.55º 0.9% 0.44% -
HSV(B) 314.55º 0.95% 0.84% -
XYZ 34.26 17.07 36.61 -
YUV 88.84 170.42 216.56 -
System Red Green Blue C M Y K H S L
Decimal 213 11 164 0 0.95 0.23 0.16 314.55 0.9 0.44
Hex D5 B A4 0 5F 17 10 13B 5A 2C
Octal 325 13 244 0 137 27 20 473 132 54
Binary 11010101 1011 10100100 0 1011111 10111 10000 100111011 1011010 101100

Color Harmonies of #D50BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50BA4

Black with #D50BA4

Text Example


Text Example

White with #D50BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50BA4; }

 p { color: rgb(213,11,164); }

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

background-color css

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

 a { background-color: rgb(213,11,164); }

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

border-color css

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

 span { border-color: rgb(213,11,164); }

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