Html Css Color HEX #D73296 Deep Cerise

📋 copy color: '#D73296'

red 215 ◦ green 50 ◦ blue 150

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

Shades of Deep Cerise #D73296

Tints of Deep Cerise #D73296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 36.14%

R = 51.81%
G = 12.05%
B = 36.14%

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

#D73296 (or 0xD73296) is known color: Deep Cerise. HEX triplet: D7, 32 and 96. RGB value is (215,50,150). Sum of RGB (Red+Green+Blue) = 215+50+150=415 (54% of max value = 765). Red value is 215 (84.38% from 255 or 51.81% from 415); Green value is 50 (19.92% from 255 or 12.05% from 415); Blue value is 150 (58.98% from 255 or 36.14% from 415); Max value from RGB is 215 - color contains mainly: red. Hex color #D73296 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D73296 is #28CD69. Grayscale: #6E6E6E. Windows color (decimal): -2674026 or 9843415. OLE color: 9843415.

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

Color convert

RGB 215 50 150 -
CMYK 0 0.77 0.30 0.16
HSL 323.64º 0.67% 0.52% -
HSV(B) 323.64º 0.77% 0.84% -
XYZ 34.67 18.93 30.68 -
YUV 110.74 150.16 202.37 -
System Red Green Blue C M Y K H S L
Decimal 215 50 150 0 0.77 0.30 0.16 323.64 0.67 0.52
Hex D7 32 96 0 4D 1E 10 144 43 34
Octal 327 62 226 0 115 36 20 504 103 64
Binary 11010111 110010 10010110 0 1001101 11110 10000 101000100 1000011 110100

Color Harmonies of #D73296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73296

Black with #D73296

Text Example


Text Example

White with #D73296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73296; }

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

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

background-color css

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

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

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

border-color css

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

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

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