Html Css Color HEX #D513AE Hollywood Cerise

📋 copy color: '#D513AE'

red 213 ◦ green 19 ◦ blue 174

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

Shades of Hollywood Cerise #D513AE

Tints of Hollywood Cerise #D513AE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.68%

 BLUE value IS 174 (68.36% from 255) = 42.86%

R = 52.46%
G = 4.68%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D513AE (or 0xD513AE) is known color: Hollywood Cerise. HEX triplet: D5, 13 and AE. RGB value is (213,19,174). Sum of RGB (Red+Green+Blue) = 213+19+174=406 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.46% from 406); Green value is 19 (7.81% from 255 or 4.68% from 406); Blue value is 174 (68.36% from 255 or 42.86% from 406); Max value from RGB is 213 - color contains mainly: red. Hex color #D513AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D513AE is #2AEC51. Grayscale: #5E5E5E. Windows color (decimal): -2813010 or 11408341. OLE color: 11408341.

HSL color Cylindrical-coordinate representation of color #D513AE: hue angle of 312.06º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D513AE is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 19 174 -
CMYK 0 0.91 0.18 0.16
HSL 312.06º 0.84% 0.45% -
HSV(B) 312.06º 0.91% 0.84% -
XYZ 35.31 17.67 41.59 -
YUV 94.68 172.77 212.4 -
System Red Green Blue C M Y K H S L
Decimal 213 19 174 0 0.91 0.18 0.16 312.06 0.84 0.45
Hex D5 13 AE 0 5B 12 10 138 54 2D
Octal 325 23 256 0 133 22 20 470 124 55
Binary 11010101 10011 10101110 0 1011011 10010 10000 100111000 1010100 101101

Color Harmonies of #D513AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D513AE

Black with #D513AE

Text Example


Text Example

White with #D513AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D513AE; }

 p { color: rgb(213,19,174); }

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

background-color css

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

 a { background-color: rgb(213,19,174); }

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

border-color css

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

 span { border-color: rgb(213,19,174); }

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