Html Css Color HEX #D714AE Hollywood Cerise

📋 copy color: '#D714AE'

red 215 ◦ green 20 ◦ blue 174

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

Shades of Hollywood Cerise #D714AE

Tints of Hollywood Cerise #D714AE

RGB

 RED value IS 215 (84.38% from 255) = 52.57%

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

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

R = 52.57%
G = 4.89%
B = 42.54%

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

#D714AE (or 0xD714AE) is known color: Hollywood Cerise. HEX triplet: D7, 14 and AE. RGB value is (215,20,174). Sum of RGB (Red+Green+Blue) = 215+20+174=409 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.57% from 409); Green value is 20 (8.20% from 255 or 4.89% from 409); Blue value is 174 (68.36% from 255 or 42.54% from 409); Max value from RGB is 215 - color contains mainly: red. Hex color #D714AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D714AE is #28EB51. Grayscale: #5F5F5F. Windows color (decimal): -2681682 or 11408599. OLE color: 11408599.

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

Color convert

RGB 215 20 174 -
CMYK 0 0.91 0.19 0.16
HSL 312.62º 0.83% 0.46% -
HSV(B) 312.62º 0.91% 0.84% -
XYZ 35.91 18 41.63 -
YUV 95.86 172.1 212.98 -
System Red Green Blue C M Y K H S L
Decimal 215 20 174 0 0.91 0.19 0.16 312.62 0.83 0.46
Hex D7 14 AE 0 5B 13 10 139 53 2E
Octal 327 24 256 0 133 23 20 471 123 56
Binary 11010111 10100 10101110 0 1011011 10011 10000 100111001 1010011 101110

Color Harmonies of #D714AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D714AE

Black with #D714AE

Text Example


Text Example

White with #D714AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D714AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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