Html Css Color HEX #D514AE Hollywood Cerise

📋 copy color: '#D514AE'

red 213 ◦ green 20 ◦ blue 174

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

Shades of Hollywood Cerise #D514AE

Tints of Hollywood Cerise #D514AE

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.91%

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

R = 52.33%
G = 4.91%
B = 42.75%

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

#D514AE (or 0xD514AE) is known color: Hollywood Cerise. HEX triplet: D5, 14 and AE. RGB value is (213,20,174). Sum of RGB (Red+Green+Blue) = 213+20+174=407 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.33% from 407); Green value is 20 (8.20% from 255 or 4.91% from 407); Blue value is 174 (68.36% from 255 or 42.75% from 407); Max value from RGB is 213 - color contains mainly: red. Hex color #D514AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D514AE is #2AEB51. Grayscale: #5E5E5E. Windows color (decimal): -2812754 or 11408597. OLE color: 11408597.

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

Color convert

RGB 213 20 174 -
CMYK 0 0.91 0.18 0.16
HSL 312.12º 0.83% 0.46% -
HSV(B) 312.12º 0.91% 0.84% -
XYZ 35.33 17.7 41.6 -
YUV 95.26 172.44 211.98 -
System Red Green Blue C M Y K H S L
Decimal 213 20 174 0 0.91 0.18 0.16 312.12 0.83 0.46
Hex D5 14 AE 0 5B 12 10 138 53 2E
Octal 325 24 256 0 133 22 20 470 123 56
Binary 11010101 10100 10101110 0 1011011 10010 10000 100111000 1010011 101110

Color Harmonies of #D514AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D514AE

Black with #D514AE

Text Example


Text Example

White with #D514AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D514AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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