Html Css Color HEX #D73193 Deep Cerise

📋 copy color: '#D73193'

red 215 ◦ green 49 ◦ blue 147

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

Shades of Deep Cerise #D73193

Tints of Deep Cerise #D73193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 35.77%

R = 52.31%
G = 11.92%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D73193 (or 0xD73193) is known color: Deep Cerise. HEX triplet: D7, 31 and 93. RGB value is (215,49,147). Sum of RGB (Red+Green+Blue) = 215+49+147=411 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.31% from 411); Green value is 49 (19.53% from 255 or 11.92% from 411); Blue value is 147 (57.81% from 255 or 35.77% from 411); Max value from RGB is 215 - color contains mainly: red. Hex color #D73193 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D73193 is #28CE6C. Grayscale: #6D6D6D. Windows color (decimal): -2674285 or 9646551. OLE color: 9646551.

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

Color convert

RGB 215 49 147 -
CMYK 0 0.77 0.32 0.16
HSL 324.58º 0.67% 0.52% -
HSV(B) 324.58º 0.77% 0.84% -
XYZ 34.39 18.75 29.41 -
YUV 109.81 149 203.03 -
System Red Green Blue C M Y K H S L
Decimal 215 49 147 0 0.77 0.32 0.16 324.58 0.67 0.52
Hex D7 31 93 0 4D 20 10 145 43 34
Octal 327 61 223 0 115 40 20 505 103 64
Binary 11010111 110001 10010011 0 1001101 100000 10000 101000101 1000011 110100

Color Harmonies of #D73193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73193

Black with #D73193

Text Example


Text Example

White with #D73193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73193; }

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

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

background-color css

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

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

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

border-color css

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

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

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