Html Css Color HEX #D73392 Deep Cerise

📋 copy color: '#D73392'

red 215 ◦ green 51 ◦ blue 146

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

Shades of Deep Cerise #D73392

Tints of Deep Cerise #D73392

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.38%

 BLUE value IS 146 (57.42% from 255) = 35.44%

R = 52.18%
G = 12.38%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D73392 (or 0xD73392) is known color: Deep Cerise. HEX triplet: D7, 33 and 92. RGB value is (215,51,146). Sum of RGB (Red+Green+Blue) = 215+51+146=412 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.18% from 412); Green value is 51 (20.31% from 255 or 12.38% from 412); Blue value is 146 (57.42% from 255 or 35.44% from 412); Max value from RGB is 215 - color contains mainly: red. Hex color #D73392 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D73392 is #28CC6D. Grayscale: #6E6E6E. Windows color (decimal): -2673774 or 9581527. OLE color: 9581527.

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

Color convert

RGB 215 51 146 -
CMYK 0 0.76 0.32 0.16
HSL 325.24º 0.67% 0.52% -
HSV(B) 325.24º 0.76% 0.84% -
XYZ 34.4 18.89 29.03 -
YUV 110.87 147.83 202.28 -
System Red Green Blue C M Y K H S L
Decimal 215 51 146 0 0.76 0.32 0.16 325.24 0.67 0.52
Hex D7 33 92 0 4C 20 10 145 43 34
Octal 327 63 222 0 114 40 20 505 103 64
Binary 11010111 110011 10010010 0 1001100 100000 10000 101000101 1000011 110100

Color Harmonies of #D73392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73392

Black with #D73392

Text Example


Text Example

White with #D73392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73392; }

 p { color: rgb(215,51,146); }

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

background-color css

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

 a { background-color: rgb(215,51,146); }

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

border-color css

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

 span { border-color: rgb(215,51,146); }

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