Html Css Color HEX #D50CAB Hollywood Cerise

📋 copy color: '#D50CAB'

red 213 ◦ green 12 ◦ blue 171

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

Shades of Hollywood Cerise #D50CAB

Tints of Hollywood Cerise #D50CAB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.03%

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

R = 53.79%
G = 3.03%
B = 43.18%

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

#D50CAB (or 0xD50CAB) is known color: Hollywood Cerise. HEX triplet: D5, 0C and AB. RGB value is (213,12,171). Sum of RGB (Red+Green+Blue) = 213+12+171=396 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.79% from 396); Green value is 12 (5.08% from 255 or 3.03% from 396); Blue value is 171 (67.19% from 255 or 43.18% from 396); Max value from RGB is 213 - color contains mainly: red. Hex color #D50CAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50CAB is #2AF354. Grayscale: #595959. Windows color (decimal): -2814805 or 11209941. OLE color: 11209941.

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

Color convert

RGB 213 12 171 -
CMYK 0 0.94 0.20 0.16
HSL 312.54º 0.89% 0.44% -
HSV(B) 312.54º 0.94% 0.84% -
XYZ 34.92 17.35 40.04 -
YUV 90.23 173.59 215.57 -
System Red Green Blue C M Y K H S L
Decimal 213 12 171 0 0.94 0.20 0.16 312.54 0.89 0.44
Hex D5 C AB 0 5E 14 10 139 59 2C
Octal 325 14 253 0 136 24 20 471 131 54
Binary 11010101 1100 10101011 0 1011110 10100 10000 100111001 1011001 101100

Color Harmonies of #D50CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50CAB

Black with #D50CAB

Text Example


Text Example

White with #D50CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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