Html Css Color HEX #D50DAB Hollywood Cerise

📋 copy color: '#D50DAB'

red 213 ◦ green 13 ◦ blue 171

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

Shades of Hollywood Cerise #D50DAB

Tints of Hollywood Cerise #D50DAB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.27%

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

R = 53.65%
G = 3.27%
B = 43.07%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D50DAB (or 0xD50DAB) is known color: Hollywood Cerise. HEX triplet: D5, 0D and AB. RGB value is (213,13,171). Sum of RGB (Red+Green+Blue) = 213+13+171=397 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.65% from 397); Green value is 13 (5.47% from 255 or 3.27% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 213 - color contains mainly: red. Hex color #D50DAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50DAB is #2AF254. Grayscale: #5A5A5A. Windows color (decimal): -2814549 or 11210197. OLE color: 11210197.

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

Color convert

RGB 213 13 171 -
CMYK 0 0.94 0.20 0.16
HSL 312.6º 0.88% 0.44% -
HSV(B) 312.6º 0.94% 0.84% -
XYZ 34.94 17.37 40.04 -
YUV 90.81 173.26 215.15 -
System Red Green Blue C M Y K H S L
Decimal 213 13 171 0 0.94 0.20 0.16 312.6 0.88 0.44
Hex D5 D AB 0 5E 14 10 139 58 2C
Octal 325 15 253 0 136 24 20 471 130 54
Binary 11010101 1101 10101011 0 1011110 10100 10000 100111001 1011000 101100

Color Harmonies of #D50DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50DAB

Black with #D50DAB

Text Example


Text Example

White with #D50DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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