Html Css Color HEX #D73592 Deep Cerise

📋 copy color: '#D73592'

red 215 ◦ green 53 ◦ blue 146

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

Shades of Deep Cerise #D73592

Tints of Deep Cerise #D73592

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.8%

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

R = 51.93%
G = 12.8%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D73592 (or 0xD73592) is known color: Deep Cerise. HEX triplet: D7, 35 and 92. RGB value is (215,53,146). Sum of RGB (Red+Green+Blue) = 215+53+146=414 (54% of max value = 765). Red value is 215 (84.38% from 255 or 51.93% from 414); Green value is 53 (21.09% from 255 or 12.80% from 414); Blue value is 146 (57.42% from 255 or 35.27% from 414); Max value from RGB is 215 - color contains mainly: red. Hex color #D73592 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D73592 is #28CA6D. Grayscale: #6F6F6F. Windows color (decimal): -2673262 or 9582039. OLE color: 9582039.

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

Color convert

RGB 215 53 146 -
CMYK 0 0.75 0.32 0.16
HSL 325.56º 0.67% 0.53% -
HSV(B) 325.56º 0.75% 0.84% -
XYZ 34.49 19.07 29.06 -
YUV 112.04 147.17 201.44 -
System Red Green Blue C M Y K H S L
Decimal 215 53 146 0 0.75 0.32 0.16 325.56 0.67 0.53
Hex D7 35 92 0 4B 20 10 146 43 35
Octal 327 65 222 0 113 40 20 506 103 65
Binary 11010111 110101 10010010 0 1001011 100000 10000 101000110 1000011 110101

Color Harmonies of #D73592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73592

Black with #D73592

Text Example


Text Example

White with #D73592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73592; }

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

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

background-color css

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

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

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

border-color css

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

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

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