Html Css Color HEX #D73297 Deep Cerise

📋 copy color: '#D73297'

red 215 ◦ green 50 ◦ blue 151

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

Shades of Deep Cerise #D73297

Tints of Deep Cerise #D73297

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.02%

 BLUE value IS 151 (59.38% from 255) = 36.3%

R = 51.68%
G = 12.02%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D73297 (or 0xD73297) is known color: Deep Cerise. HEX triplet: D7, 32 and 97. RGB value is (215,50,151). Sum of RGB (Red+Green+Blue) = 215+50+151=416 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.68% from 416); Green value is 50 (19.92% from 255 or 12.02% from 416); Blue value is 151 (59.38% from 255 or 36.30% from 416); Max value from RGB is 215 - color contains mainly: red. Hex color #D73297 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D73297 is #28CD68. Grayscale: #6E6E6E. Windows color (decimal): -2674025 or 9908951. OLE color: 9908951.

HSL color Cylindrical-coordinate representation of color #D73297: hue angle of 323.27º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D73297 is Cyan = 0, Magento = 0.77, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 50 151 -
CMYK 0 0.77 0.30 0.16
HSL 323.27º 0.67% 0.52% -
HSV(B) 323.27º 0.77% 0.84% -
XYZ 34.75 18.96 31.11 -
YUV 110.85 150.66 202.29 -
System Red Green Blue C M Y K H S L
Decimal 215 50 151 0 0.77 0.30 0.16 323.27 0.67 0.52
Hex D7 32 97 0 4D 1E 10 143 43 34
Octal 327 62 227 0 115 36 20 503 103 64
Binary 11010111 110010 10010111 0 1001101 11110 10000 101000011 1000011 110100

Color Harmonies of #D73297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73297

Black with #D73297

Text Example


Text Example

White with #D73297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73297; }

 p { color: rgb(215,50,151); }

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

background-color css

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

 a { background-color: rgb(215,50,151); }

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

border-color css

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

 span { border-color: rgb(215,50,151); }

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