Html Css Color HEX #D615AE Hollywood Cerise

📋 copy color: '#D615AE'

red 214 ◦ green 21 ◦ blue 174

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

Shades of Hollywood Cerise #D615AE

Tints of Hollywood Cerise #D615AE

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.13%

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

R = 52.32%
G = 5.13%
B = 42.54%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D615AE (or 0xD615AE) is known color: Hollywood Cerise. HEX triplet: D6, 15 and AE. RGB value is (214,21,174). Sum of RGB (Red+Green+Blue) = 214+21+174=409 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.32% from 409); Green value is 21 (8.59% from 255 or 5.13% from 409); Blue value is 174 (68.36% from 255 or 42.54% from 409); Max value from RGB is 214 - color contains mainly: red. Hex color #D615AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D615AE is #29EA51. Grayscale: #5F5F5F. Windows color (decimal): -2746962 or 11408854. OLE color: 11408854.

HSL color Cylindrical-coordinate representation of color #D615AE: hue angle of 312.44º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D615AE is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 21 174 -
CMYK 0 0.90 0.19 0.16
HSL 312.44º 0.82% 0.46% -
HSV(B) 312.44º 0.9% 0.84% -
XYZ 35.64 17.89 41.62 -
YUV 96.15 171.94 212.06 -
System Red Green Blue C M Y K H S L
Decimal 214 21 174 0 0.90 0.19 0.16 312.44 0.82 0.46
Hex D6 15 AE 0 5A 13 10 138 52 2E
Octal 326 25 256 0 132 23 20 470 122 56
Binary 11010110 10101 10101110 0 1011010 10011 10000 100111000 1010010 101110

Color Harmonies of #D615AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D615AE

Black with #D615AE

Text Example


Text Example

White with #D615AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D615AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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