Html Css Color HEX #D7009E Hollywood Cerise

📋 copy color: '#D7009E'

red 215 ◦ green 0 ◦ blue 158

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

Shades of Hollywood Cerise #D7009E

Tints of Hollywood Cerise #D7009E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 158 (62.11% from 255) = 42.36%

R = 57.64%
G = 0%
B = 42.36%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D7009E (or 0xD7009E) is known color: Hollywood Cerise. HEX triplet: D7, 00 and 9E. RGB value is (215,0,158). Sum of RGB (Red+Green+Blue) = 215+0+158=373 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.64% from 373); Green value is 0 (0.39% from 255 or 0% from 373); Blue value is 158 (62.11% from 255 or 42.36% from 373); Max value from RGB is 215 - color contains mainly: red. Hex color #D7009E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D7009E is #28FF61. Grayscale: #515151. Windows color (decimal): -2686818 or 10354903. OLE color: 10354903.

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

Color convert

RGB 215 0 158 -
CMYK 0 1 0.27 0.16
HSL 315.91º 1% 0.42% -
HSV(B) 315.91º 1% 0.84% -
XYZ 34.2 16.92 33.81 -
YUV 82.3 170.73 222.65 -
System Red Green Blue C M Y K H S L
Decimal 215 0 158 0 1 0.27 0.16 315.91 1 0.42
Hex D7 0 9E 0 64 1B 10 13C 64 2A
Octal 327 0 236 0 144 33 20 474 144 52
Binary 11010111 0 10011110 0 1100100 11011 10000 100111100 1100100 101010

Color Harmonies of #D7009E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7009E

Black with #D7009E

Text Example


Text Example

White with #D7009E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7009E; }

 p { color: rgb(215,0,158); }

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

background-color css

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

 a { background-color: rgb(215,0,158); }

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

border-color css

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

 span { border-color: rgb(215,0,158); }

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