Html Css Color HEX #D50DAD Hollywood Cerise

📋 copy color: '#D50DAD'

red 213 ◦ green 13 ◦ blue 173

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

Shades of Hollywood Cerise #D50DAD

Tints of Hollywood Cerise #D50DAD

RGB

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

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

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

R = 53.38%
G = 3.26%
B = 43.36%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D50DAD (or 0xD50DAD) is known color: Hollywood Cerise. HEX triplet: D5, 0D and AD. RGB value is (213,13,173). Sum of RGB (Red+Green+Blue) = 213+13+173=399 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.38% from 399); Green value is 13 (5.47% from 255 or 3.26% from 399); Blue value is 173 (67.97% from 255 or 43.36% from 399); Max value from RGB is 213 - color contains mainly: red. Hex color #D50DAD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50DAD is #2AF252. Grayscale: #5A5A5A. Windows color (decimal): -2814547 or 11341269. OLE color: 11341269.

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

Color convert

RGB 213 13 173 -
CMYK 0 0.94 0.19 0.16
HSL 312º 0.88% 0.44% -
HSV(B) 312º 0.94% 0.84% -
XYZ 35.13 17.45 41.05 -
YUV 91.04 174.26 214.99 -
System Red Green Blue C M Y K H S L
Decimal 213 13 173 0 0.94 0.19 0.16 312 0.88 0.44
Hex D5 D AD 0 5E 13 10 138 58 2C
Octal 325 15 255 0 136 23 20 470 130 54
Binary 11010101 1101 10101101 0 1011110 10011 10000 100111000 1011000 101100

Color Harmonies of #D50DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50DAD

Black with #D50DAD

Text Example


Text Example

White with #D50DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50DAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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