Html Css Color HEX #D7009B Hollywood Cerise

📋 copy color: '#D7009B'

red 215 ◦ green 0 ◦ blue 155

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

Shades of Hollywood Cerise #D7009B

Tints of Hollywood Cerise #D7009B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 41.89%

R = 58.11%
G = 0%
B = 41.89%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D7009B (or 0xD7009B) is known color: Hollywood Cerise. HEX triplet: D7, 00 and 9B. RGB value is (215,0,155). Sum of RGB (Red+Green+Blue) = 215+0+155=370 (49% of max value = 765). Red value is 215 (84.38% from 255 or 58.11% from 370); Green value is 0 (0.39% from 255 or 0% from 370); Blue value is 155 (60.94% from 255 or 41.89% from 370); Max value from RGB is 215 - color contains mainly: red. Hex color #D7009B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D7009B is #28FF64. Grayscale: #515151. Windows color (decimal): -2686821 or 10158295. OLE color: 10158295.

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

Color convert

RGB 215 0 155 -
CMYK 0 1 0.28 0.16
HSL 316.74º 1% 0.42% -
HSV(B) 316.74º 1% 0.84% -
XYZ 33.94 16.81 32.47 -
YUV 81.96 169.23 222.9 -
System Red Green Blue C M Y K H S L
Decimal 215 0 155 0 1 0.28 0.16 316.74 1 0.42
Hex D7 0 9B 0 64 1C 10 13D 64 2A
Octal 327 0 233 0 144 34 20 475 144 52
Binary 11010111 0 10011011 0 1100100 11100 10000 100111101 1100100 101010

Color Harmonies of #D7009B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7009B

Black with #D7009B

Text Example


Text Example

White with #D7009B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7009B; }

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

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

background-color css

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

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

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

border-color css

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

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

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