Html Css Color HEX #D50BAB Hollywood Cerise

📋 copy color: '#D50BAB'

red 213 ◦ green 11 ◦ blue 171

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

Shades of Hollywood Cerise #D50BAB

Tints of Hollywood Cerise #D50BAB

RGB

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

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

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

R = 53.92%
G = 2.78%
B = 43.29%

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

#D50BAB (or 0xD50BAB) is known color: Hollywood Cerise. HEX triplet: D5, 0B and AB. RGB value is (213,11,171). Sum of RGB (Red+Green+Blue) = 213+11+171=395 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.92% from 395); Green value is 11 (4.69% from 255 or 2.78% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 213 - color contains mainly: red. Hex color #D50BAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50BAB is #2AF454. Grayscale: #595959. Windows color (decimal): -2815061 or 11209685. OLE color: 11209685.

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

Color convert

RGB 213 11 171 -
CMYK 0 0.95 0.20 0.16
HSL 312.48º 0.9% 0.44% -
HSV(B) 312.48º 0.95% 0.84% -
XYZ 34.91 17.33 40.03 -
YUV 89.64 173.92 215.99 -
System Red Green Blue C M Y K H S L
Decimal 213 11 171 0 0.95 0.20 0.16 312.48 0.9 0.44
Hex D5 B AB 0 5F 14 10 138 5A 2C
Octal 325 13 253 0 137 24 20 470 132 54
Binary 11010101 1011 10101011 0 1011111 10100 10000 100111000 1011010 101100

Color Harmonies of #D50BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50BAB

Black with #D50BAB

Text Example


Text Example

White with #D50BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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