Html Css Color HEX #D7069C Hollywood Cerise

📋 copy color: '#D7069C'

red 215 ◦ green 6 ◦ blue 156

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

Shades of Hollywood Cerise #D7069C

Tints of Hollywood Cerise #D7069C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.59%

 BLUE value IS 156 (61.33% from 255) = 41.38%

R = 57.03%
G = 1.59%
B = 41.38%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D7069C (or 0xD7069C) is known color: Hollywood Cerise. HEX triplet: D7, 06 and 9C. RGB value is (215,6,156). Sum of RGB (Red+Green+Blue) = 215+6+156=377 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.03% from 377); Green value is 6 (2.73% from 255 or 1.59% from 377); Blue value is 156 (61.33% from 255 or 41.38% from 377); Max value from RGB is 215 - color contains mainly: red. Hex color #D7069C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D7069C is #28F963. Grayscale: #555555. Windows color (decimal): -2685284 or 10225367. OLE color: 10225367.

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

Color convert

RGB 215 6 156 -
CMYK 0 0.97 0.27 0.16
HSL 316.94º 0.95% 0.43% -
HSV(B) 316.94º 0.97% 0.84% -
XYZ 34.09 16.98 32.93 -
YUV 85.59 167.74 220.3 -
System Red Green Blue C M Y K H S L
Decimal 215 6 156 0 0.97 0.27 0.16 316.94 0.95 0.43
Hex D7 6 9C 0 61 1B 10 13D 5F 2B
Octal 327 6 234 0 141 33 20 475 137 53
Binary 11010111 110 10011100 0 1100001 11011 10000 100111101 1011111 101011

Color Harmonies of #D7069C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7069C

Black with #D7069C

Text Example


Text Example

White with #D7069C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7069C; }

 p { color: rgb(215,6,156); }

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

background-color css

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

 a { background-color: rgb(215,6,156); }

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

border-color css

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

 span { border-color: rgb(215,6,156); }

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