Html Css Color HEX #D73191 Deep Cerise

📋 copy color: '#D73191'

red 215 ◦ green 49 ◦ blue 145

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

Shades of Deep Cerise #D73191

Tints of Deep Cerise #D73191

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.98%

 BLUE value IS 145 (57.03% from 255) = 35.45%

R = 52.57%
G = 11.98%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D73191 (or 0xD73191) is known color: Deep Cerise. HEX triplet: D7, 31 and 91. RGB value is (215,49,145). Sum of RGB (Red+Green+Blue) = 215+49+145=409 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.57% from 409); Green value is 49 (19.53% from 255 or 11.98% from 409); Blue value is 145 (57.03% from 255 or 35.45% from 409); Max value from RGB is 215 - color contains mainly: red. Hex color #D73191 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D73191 is #28CE6E. Grayscale: #6D6D6D. Windows color (decimal): -2674287 or 9515479. OLE color: 9515479.

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

Color convert

RGB 215 49 145 -
CMYK 0 0.77 0.33 0.16
HSL 325.3º 0.67% 0.52% -
HSV(B) 325.3º 0.77% 0.84% -
XYZ 34.23 18.69 28.59 -
YUV 109.58 148 203.19 -
System Red Green Blue C M Y K H S L
Decimal 215 49 145 0 0.77 0.33 0.16 325.3 0.67 0.52
Hex D7 31 91 0 4D 21 10 145 43 34
Octal 327 61 221 0 115 41 20 505 103 64
Binary 11010111 110001 10010001 0 1001101 100001 10000 101000101 1000011 110100

Color Harmonies of #D73191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73191

Black with #D73191

Text Example


Text Example

White with #D73191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73191; }

 p { color: rgb(215,49,145); }

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

background-color css

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

 a { background-color: rgb(215,49,145); }

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

border-color css

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

 span { border-color: rgb(215,49,145); }

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