Html Css Color HEX #D73190 Deep Cerise

📋 copy color: '#D73190'

red 215 ◦ green 49 ◦ blue 144

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

Shades of Deep Cerise #D73190

Tints of Deep Cerise #D73190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 35.29%

R = 52.7%
G = 12.01%
B = 35.29%

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

#D73190 (or 0xD73190) is known color: Deep Cerise. HEX triplet: D7, 31 and 90. RGB value is (215,49,144). Sum of RGB (Red+Green+Blue) = 215+49+144=408 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.70% from 408); Green value is 49 (19.53% from 255 or 12.01% from 408); Blue value is 144 (56.64% from 255 or 35.29% from 408); Max value from RGB is 215 - color contains mainly: red. Hex color #D73190 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D73190 is #28CE6F. Grayscale: #6D6D6D. Windows color (decimal): -2674288 or 9449943. OLE color: 9449943.

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

Color convert

RGB 215 49 144 -
CMYK 0 0.77 0.33 0.16
HSL 325.66º 0.67% 0.52% -
HSV(B) 325.66º 0.77% 0.84% -
XYZ 34.16 18.66 28.19 -
YUV 109.46 147.5 203.28 -
System Red Green Blue C M Y K H S L
Decimal 215 49 144 0 0.77 0.33 0.16 325.66 0.67 0.52
Hex D7 31 90 0 4D 21 10 146 43 34
Octal 327 61 220 0 115 41 20 506 103 64
Binary 11010111 110001 10010000 0 1001101 100001 10000 101000110 1000011 110100

Color Harmonies of #D73190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73190

Black with #D73190

Text Example


Text Example

White with #D73190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73190; }

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

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

background-color css

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

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

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

border-color css

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

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

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