Html Css Color HEX #D715AD Hollywood Cerise

📋 copy color: '#D715AD'

red 215 ◦ green 21 ◦ blue 173

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

Shades of Hollywood Cerise #D715AD

Tints of Hollywood Cerise #D715AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 42.3%

R = 52.57%
G = 5.13%
B = 42.3%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D715AD (or 0xD715AD) is known color: Hollywood Cerise. HEX triplet: D7, 15 and AD. RGB value is (215,21,173). Sum of RGB (Red+Green+Blue) = 215+21+173=409 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.57% from 409); Green value is 21 (8.59% from 255 or 5.13% from 409); Blue value is 173 (67.97% from 255 or 42.30% from 409); Max value from RGB is 215 - color contains mainly: red. Hex color #D715AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D715AD is #28EA52. Grayscale: #5F5F5F. Windows color (decimal): -2681427 or 11343319. OLE color: 11343319.

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

Color convert

RGB 215 21 173 -
CMYK 0 0.90 0.20 0.16
HSL 312.99º 0.82% 0.46% -
HSV(B) 312.99º 0.9% 0.84% -
XYZ 35.84 18 41.12 -
YUV 96.33 171.27 212.64 -
System Red Green Blue C M Y K H S L
Decimal 215 21 173 0 0.90 0.20 0.16 312.99 0.82 0.46
Hex D7 15 AD 0 5A 14 10 139 52 2E
Octal 327 25 255 0 132 24 20 471 122 56
Binary 11010111 10101 10101101 0 1011010 10100 10000 100111001 1010010 101110

Color Harmonies of #D715AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D715AD

Black with #D715AD

Text Example


Text Example

White with #D715AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D715AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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