Html Css Color HEX #D7019F Hollywood Cerise

📋 copy color: '#D7019F'

red 215 ◦ green 1 ◦ blue 159

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

Shades of Hollywood Cerise #D7019F

Tints of Hollywood Cerise #D7019F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

 BLUE value IS 159 (62.5% from 255) = 42.4%

R = 57.33%
G = 0.27%
B = 42.4%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D7019F (or 0xD7019F) is known color: Hollywood Cerise. HEX triplet: D7, 01 and 9F. RGB value is (215,1,159). Sum of RGB (Red+Green+Blue) = 215+1+159=375 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.33% from 375); Green value is 1 (0.78% from 255 or 0.27% from 375); Blue value is 159 (62.5% from 255 or 42.4% from 375); Max value from RGB is 215 - color contains mainly: red. Hex color #D7019F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D7019F is #28FE60. Grayscale: #525252. Windows color (decimal): -2686561 or 10420695. OLE color: 10420695.

HSL color Cylindrical-coordinate representation of color #D7019F: hue angle of 315.7º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D7019F is Cyan = 0, Magento = 1.00, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 1 159 -
CMYK 0 1.00 0.26 0.16
HSL 315.7º 0.99% 0.42% -
HSV(B) 315.7º 1% 0.84% -
XYZ 34.29 16.97 34.27 -
YUV 83 170.9 222.15 -
System Red Green Blue C M Y K H S L
Decimal 215 1 159 0 1.00 0.26 0.16 315.7 0.99 0.42
Hex D7 1 9F 0 64 1A 10 13C 63 2A
Octal 327 1 237 0 144 32 20 474 143 52
Binary 11010111 1 10011111 0 1100100 11010 10000 100111100 1100011 101010

Color Harmonies of #D7019F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7019F

Black with #D7019F

Text Example


Text Example

White with #D7019F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7019F; }

 p { color: rgb(215,1,159); }

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

background-color css

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

 a { background-color: rgb(215,1,159); }

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

border-color css

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

 span { border-color: rgb(215,1,159); }

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