Html Css Color HEX #D73991 Deep Cerise

📋 copy color: '#D73991'

red 215 ◦ green 57 ◦ blue 145

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

Shades of Deep Cerise #D73991

Tints of Deep Cerise #D73991

RGB

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

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

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

R = 51.56%
G = 13.67%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D73991 (or 0xD73991) is known color: Deep Cerise. HEX triplet: D7, 39 and 91. RGB value is (215,57,145). Sum of RGB (Red+Green+Blue) = 215+57+145=417 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.56% from 417); Green value is 57 (22.66% from 255 or 13.67% from 417); Blue value is 145 (57.03% from 255 or 34.77% from 417); Max value from RGB is 215 - color contains mainly: red. Hex color #D73991 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D73991 is #28C66E. Grayscale: #727272. Windows color (decimal): -2672239 or 9517527. OLE color: 9517527.

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

Color convert

RGB 215 57 145 -
CMYK 0 0.73 0.33 0.16
HSL 326.58º 0.66% 0.53% -
HSV(B) 326.58º 0.73% 0.84% -
XYZ 34.6 19.42 28.71 -
YUV 114.27 145.35 199.84 -
System Red Green Blue C M Y K H S L
Decimal 215 57 145 0 0.73 0.33 0.16 326.58 0.66 0.53
Hex D7 39 91 0 49 21 10 147 42 35
Octal 327 71 221 0 111 41 20 507 102 65
Binary 11010111 111001 10010001 0 1001001 100001 10000 101000111 1000010 110101

Color Harmonies of #D73991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73991

Black with #D73991

Text Example


Text Example

White with #D73991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73991; }

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

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

background-color css

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

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

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

border-color css

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

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

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