Html Css Color HEX #D719AD Hollywood Cerise

📋 copy color: '#D719AD'

red 215 ◦ green 25 ◦ blue 173

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

Shades of Hollywood Cerise #D719AD

Tints of Hollywood Cerise #D719AD

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.05%

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

R = 52.06%
G = 6.05%
B = 41.89%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D719AD (or 0xD719AD) is known color: Hollywood Cerise. HEX triplet: D7, 19 and AD. RGB value is (215,25,173). Sum of RGB (Red+Green+Blue) = 215+25+173=413 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.06% from 413); Green value is 25 (10.16% from 255 or 6.05% from 413); Blue value is 173 (67.97% from 255 or 41.89% from 413); Max value from RGB is 215 - color contains mainly: red. Hex color #D719AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D719AD is #28E652. Grayscale: #626262. Windows color (decimal): -2680403 or 11344343. OLE color: 11344343.

HSL color Cylindrical-coordinate representation of color #D719AD: hue angle of 313.26º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D719AD is Cyan = 0, Magento = 0.88, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 25 173 -
CMYK 0 0.88 0.20 0.16
HSL 313.26º 0.79% 0.47% -
HSV(B) 313.26º 0.88% 0.84% -
XYZ 35.91 18.16 41.15 -
YUV 98.68 169.95 210.97 -
System Red Green Blue C M Y K H S L
Decimal 215 25 173 0 0.88 0.20 0.16 313.26 0.79 0.47
Hex D7 19 AD 0 58 14 10 139 4F 2F
Octal 327 31 255 0 130 24 20 471 117 57
Binary 11010111 11001 10101101 0 1011000 10100 10000 100111001 1001111 101111

Color Harmonies of #D719AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D719AD

Black with #D719AD

Text Example


Text Example

White with #D719AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D719AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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