Html Css Color HEX #D73091 Deep Cerise

📋 copy color: '#D73091'

red 215 ◦ green 48 ◦ blue 145

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

Shades of Deep Cerise #D73091

Tints of Deep Cerise #D73091

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.76%

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

R = 52.7%
G = 11.76%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D73091 (or 0xD73091) is known color: Deep Cerise. HEX triplet: D7, 30 and 91. RGB value is (215,48,145). Sum of RGB (Red+Green+Blue) = 215+48+145=408 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.70% from 408); Green value is 48 (19.14% from 255 or 11.76% from 408); Blue value is 145 (57.03% from 255 or 35.54% from 408); Max value from RGB is 215 - color contains mainly: red. Hex color #D73091 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D73091 is #28CF6E. Grayscale: #6C6C6C. Windows color (decimal): -2674543 or 9515223. OLE color: 9515223.

HSL color Cylindrical-coordinate representation of color #D73091: hue angle of 325.15º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D73091 is Cyan = 0, Magento = 0.78, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 48 145 -
CMYK 0 0.78 0.33 0.16
HSL 325.15º 0.68% 0.52% -
HSV(B) 325.15º 0.78% 0.84% -
XYZ 34.19 18.61 28.58 -
YUV 108.99 148.33 203.61 -
System Red Green Blue C M Y K H S L
Decimal 215 48 145 0 0.78 0.33 0.16 325.15 0.68 0.52
Hex D7 30 91 0 4E 21 10 145 44 34
Octal 327 60 221 0 116 41 20 505 104 64
Binary 11010111 110000 10010001 0 1001110 100001 10000 101000101 1000100 110100

Color Harmonies of #D73091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73091

Black with #D73091

Text Example


Text Example

White with #D73091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73091; }

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

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

background-color css

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

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

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

border-color css

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

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

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