Html Css Color HEX #D715A8 Hollywood Cerise

📋 copy color: '#D715A8'

red 215 ◦ green 21 ◦ blue 168

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

Shades of Hollywood Cerise #D715A8

Tints of Hollywood Cerise #D715A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 41.58%

R = 53.22%
G = 5.2%
B = 41.58%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D715A8 (or 0xD715A8) is known color: Hollywood Cerise. HEX triplet: D7, 15 and A8. RGB value is (215,21,168). Sum of RGB (Red+Green+Blue) = 215+21+168=404 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.22% from 404); Green value is 21 (8.59% from 255 or 5.20% from 404); Blue value is 168 (66.02% from 255 or 41.58% from 404); Max value from RGB is 215 - color contains mainly: red. Hex color #D715A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D715A8 is #28EA57. Grayscale: #5F5F5F. Windows color (decimal): -2681432 or 11015639. OLE color: 11015639.

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

Color convert

RGB 215 21 168 -
CMYK 0 0.90 0.22 0.16
HSL 314.54º 0.82% 0.46% -
HSV(B) 314.54º 0.9% 0.84% -
XYZ 35.36 17.81 38.62 -
YUV 95.76 168.77 213.05 -
System Red Green Blue C M Y K H S L
Decimal 215 21 168 0 0.90 0.22 0.16 314.54 0.82 0.46
Hex D7 15 A8 0 5A 16 10 13B 52 2E
Octal 327 25 250 0 132 26 20 473 122 56
Binary 11010111 10101 10101000 0 1011010 10110 10000 100111011 1010010 101110

Color Harmonies of #D715A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D715A8

Black with #D715A8

Text Example


Text Example

White with #D715A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D715A8; }

 p { color: rgb(215,21,168); }

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

background-color css

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

 a { background-color: rgb(215,21,168); }

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

border-color css

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

 span { border-color: rgb(215,21,168); }

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