Html Css Color HEX #D50BAD Hollywood Cerise

📋 copy color: '#D50BAD'

red 213 ◦ green 11 ◦ blue 173

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

Shades of Hollywood Cerise #D50BAD

Tints of Hollywood Cerise #D50BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 43.58%

R = 53.65%
G = 2.77%
B = 43.58%

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

#D50BAD (or 0xD50BAD) is known color: Hollywood Cerise. HEX triplet: D5, 0B and AD. RGB value is (213,11,173). Sum of RGB (Red+Green+Blue) = 213+11+173=397 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.65% from 397); Green value is 11 (4.69% from 255 or 2.77% from 397); Blue value is 173 (67.97% from 255 or 43.58% from 397); Max value from RGB is 213 - color contains mainly: red. Hex color #D50BAD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50BAD is #2AF452. Grayscale: #595959. Windows color (decimal): -2815059 or 11340757. OLE color: 11340757.

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

Color convert

RGB 213 11 173 -
CMYK 0 0.95 0.19 0.16
HSL 311.88º 0.9% 0.44% -
HSV(B) 311.88º 0.95% 0.84% -
XYZ 35.1 17.4 41.04 -
YUV 89.87 174.92 215.83 -
System Red Green Blue C M Y K H S L
Decimal 213 11 173 0 0.95 0.19 0.16 311.88 0.9 0.44
Hex D5 B AD 0 5F 13 10 138 5A 2C
Octal 325 13 255 0 137 23 20 470 132 54
Binary 11010101 1011 10101101 0 1011111 10011 10000 100111000 1011010 101100

Color Harmonies of #D50BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50BAD

Black with #D50BAD

Text Example


Text Example

White with #D50BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50BAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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