Html Css Color HEX #D73291 Deep Cerise

📋 copy color: '#D73291'

red 215 ◦ green 50 ◦ blue 145

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

Shades of Deep Cerise #D73291

Tints of Deep Cerise #D73291

RGB

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

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

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

R = 52.44%
G = 12.2%
B = 35.37%

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

#D73291 (or 0xD73291) is known color: Deep Cerise. HEX triplet: D7, 32 and 91. RGB value is (215,50,145). Sum of RGB (Red+Green+Blue) = 215+50+145=410 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.44% from 410); Green value is 50 (19.92% from 255 or 12.20% from 410); Blue value is 145 (57.03% from 255 or 35.37% from 410); Max value from RGB is 215 - color contains mainly: red. Hex color #D73291 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D73291 is #28CD6E. Grayscale: #6D6D6D. Windows color (decimal): -2674031 or 9515735. OLE color: 9515735.

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

Color convert

RGB 215 50 145 -
CMYK 0 0.77 0.33 0.16
HSL 325.45º 0.67% 0.52% -
HSV(B) 325.45º 0.77% 0.84% -
XYZ 34.28 18.77 28.61 -
YUV 110.17 147.66 202.78 -
System Red Green Blue C M Y K H S L
Decimal 215 50 145 0 0.77 0.33 0.16 325.45 0.67 0.52
Hex D7 32 91 0 4D 21 10 145 43 34
Octal 327 62 221 0 115 41 20 505 103 64
Binary 11010111 110010 10010001 0 1001101 100001 10000 101000101 1000011 110100

Color Harmonies of #D73291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73291

Black with #D73291

Text Example


Text Example

White with #D73291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73291; }

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

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

background-color css

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

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

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

border-color css

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

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

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