Html Css Color HEX #D715A6 Hollywood Cerise

📋 copy color: '#D715A6'

red 215 ◦ green 21 ◦ blue 166

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

Shades of Hollywood Cerise #D715A6

Tints of Hollywood Cerise #D715A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 41.29%

R = 53.48%
G = 5.22%
B = 41.29%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D715A6 (or 0xD715A6) is known color: Hollywood Cerise. HEX triplet: D7, 15 and A6. RGB value is (215,21,166). Sum of RGB (Red+Green+Blue) = 215+21+166=402 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.48% from 402); Green value is 21 (8.59% from 255 or 5.22% from 402); Blue value is 166 (65.23% from 255 or 41.29% from 402); Max value from RGB is 215 - color contains mainly: red. Hex color #D715A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D715A6 is #28EA59. Grayscale: #5F5F5F. Windows color (decimal): -2681434 or 10884567. OLE color: 10884567.

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

Color convert

RGB 215 21 166 -
CMYK 0 0.90 0.23 0.16
HSL 315.15º 0.82% 0.46% -
HSV(B) 315.15º 0.9% 0.84% -
XYZ 35.18 17.74 37.65 -
YUV 95.54 167.77 213.21 -
System Red Green Blue C M Y K H S L
Decimal 215 21 166 0 0.90 0.23 0.16 315.15 0.82 0.46
Hex D7 15 A6 0 5A 17 10 13B 52 2E
Octal 327 25 246 0 132 27 20 473 122 56
Binary 11010111 10101 10100110 0 1011010 10111 10000 100111011 1010010 101110

Color Harmonies of #D715A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D715A6

Black with #D715A6

Text Example


Text Example

White with #D715A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D715A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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