Html Css Color HEX #D614AE Hollywood Cerise

📋 copy color: '#D614AE'

red 214 ◦ green 20 ◦ blue 174

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

Shades of Hollywood Cerise #D614AE

Tints of Hollywood Cerise #D614AE

RGB

 RED value IS 214 (83.98% from 255) = 52.45%

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

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

R = 52.45%
G = 4.9%
B = 42.65%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D614AE (or 0xD614AE) is known color: Hollywood Cerise. HEX triplet: D6, 14 and AE. RGB value is (214,20,174). Sum of RGB (Red+Green+Blue) = 214+20+174=408 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.45% from 408); Green value is 20 (8.20% from 255 or 4.90% from 408); Blue value is 174 (68.36% from 255 or 42.65% from 408); Max value from RGB is 214 - color contains mainly: red. Hex color #D614AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D614AE is #29EB51. Grayscale: #5F5F5F. Windows color (decimal): -2747218 or 11408598. OLE color: 11408598.

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

Color convert

RGB 214 20 174 -
CMYK 0 0.91 0.19 0.16
HSL 312.37º 0.83% 0.46% -
HSV(B) 312.37º 0.91% 0.84% -
XYZ 35.62 17.85 41.61 -
YUV 95.56 172.27 212.48 -
System Red Green Blue C M Y K H S L
Decimal 214 20 174 0 0.91 0.19 0.16 312.37 0.83 0.46
Hex D6 14 AE 0 5B 13 10 138 53 2E
Octal 326 24 256 0 133 23 20 470 123 56
Binary 11010110 10100 10101110 0 1011011 10011 10000 100111000 1010011 101110

Color Harmonies of #D614AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D614AE

Black with #D614AE

Text Example


Text Example

White with #D614AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D614AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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