Html Css Color HEX #D73292 Deep Cerise

📋 copy color: '#D73292'

red 215 ◦ green 50 ◦ blue 146

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

Shades of Deep Cerise #D73292

Tints of Deep Cerise #D73292

RGB

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

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

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

R = 52.31%
G = 12.17%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D73292 (or 0xD73292) is known color: Deep Cerise. HEX triplet: D7, 32 and 92. RGB value is (215,50,146). Sum of RGB (Red+Green+Blue) = 215+50+146=411 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.31% from 411); Green value is 50 (19.92% from 255 or 12.17% from 411); Blue value is 146 (57.42% from 255 or 35.52% from 411); Max value from RGB is 215 - color contains mainly: red. Hex color #D73292 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D73292 is #28CD6D. Grayscale: #6E6E6E. Windows color (decimal): -2674030 or 9581271. OLE color: 9581271.

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

Color convert

RGB 215 50 146 -
CMYK 0 0.77 0.32 0.16
HSL 325.09º 0.67% 0.52% -
HSV(B) 325.09º 0.77% 0.84% -
XYZ 34.35 18.8 29.01 -
YUV 110.28 148.16 202.69 -
System Red Green Blue C M Y K H S L
Decimal 215 50 146 0 0.77 0.32 0.16 325.09 0.67 0.52
Hex D7 32 92 0 4D 20 10 145 43 34
Octal 327 62 222 0 115 40 20 505 103 64
Binary 11010111 110010 10010010 0 1001101 100000 10000 101000101 1000011 110100

Color Harmonies of #D73292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73292

Black with #D73292

Text Example


Text Example

White with #D73292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73292; }

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

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

background-color css

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

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

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

border-color css

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

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

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