Html Css Color HEX #D73992 Deep Cerise

📋 copy color: '#D73992'

red 215 ◦ green 57 ◦ blue 146

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

Shades of Deep Cerise #D73992

Tints of Deep Cerise #D73992

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.64%

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

R = 51.44%
G = 13.64%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D73992 (or 0xD73992) is known color: Deep Cerise. HEX triplet: D7, 39 and 92. RGB value is (215,57,146). Sum of RGB (Red+Green+Blue) = 215+57+146=418 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.44% from 418); Green value is 57 (22.66% from 255 or 13.64% from 418); Blue value is 146 (57.42% from 255 or 34.93% from 418); Max value from RGB is 215 - color contains mainly: red. Hex color #D73992 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D73992 is #28C66D. Grayscale: #727272. Windows color (decimal): -2672238 or 9583063. OLE color: 9583063.

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

Color convert

RGB 215 57 146 -
CMYK 0 0.73 0.32 0.16
HSL 326.2º 0.66% 0.53% -
HSV(B) 326.2º 0.73% 0.84% -
XYZ 34.68 19.45 29.12 -
YUV 114.39 145.85 199.76 -
System Red Green Blue C M Y K H S L
Decimal 215 57 146 0 0.73 0.32 0.16 326.2 0.66 0.53
Hex D7 39 92 0 49 20 10 146 42 35
Octal 327 71 222 0 111 40 20 506 102 65
Binary 11010111 111001 10010010 0 1001001 100000 10000 101000110 1000010 110101

Color Harmonies of #D73992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73992

Black with #D73992

Text Example


Text Example

White with #D73992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73992; }

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

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

background-color css

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

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

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

border-color css

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

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

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