Html Css Color HEX #D73394 Deep Cerise

📋 copy color: '#D73394'

red 215 ◦ green 51 ◦ blue 148

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

Shades of Deep Cerise #D73394

Tints of Deep Cerise #D73394

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.32%

 BLUE value IS 148 (58.2% from 255) = 35.75%

R = 51.93%
G = 12.32%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D73394 (or 0xD73394) is known color: Deep Cerise. HEX triplet: D7, 33 and 94. RGB value is (215,51,148). Sum of RGB (Red+Green+Blue) = 215+51+148=414 (54% of max value = 765). Red value is 215 (84.38% from 255 or 51.93% from 414); Green value is 51 (20.31% from 255 or 12.32% from 414); Blue value is 148 (58.20% from 255 or 35.75% from 414); Max value from RGB is 215 - color contains mainly: red. Hex color #D73394 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D73394 is #28CC6B. Grayscale: #6E6E6E. Windows color (decimal): -2673772 or 9712599. OLE color: 9712599.

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

Color convert

RGB 215 51 148 -
CMYK 0 0.76 0.31 0.16
HSL 324.51º 0.67% 0.52% -
HSV(B) 324.51º 0.76% 0.84% -
XYZ 34.55 18.95 29.85 -
YUV 111.09 148.83 202.11 -
System Red Green Blue C M Y K H S L
Decimal 215 51 148 0 0.76 0.31 0.16 324.51 0.67 0.52
Hex D7 33 94 0 4C 1F 10 145 43 34
Octal 327 63 224 0 114 37 20 505 103 64
Binary 11010111 110011 10010100 0 1001100 11111 10000 101000101 1000011 110100

Color Harmonies of #D73394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73394

Black with #D73394

Text Example


Text Example

White with #D73394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73394; }

 p { color: rgb(215,51,148); }

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

background-color css

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

 a { background-color: rgb(215,51,148); }

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

border-color css

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

 span { border-color: rgb(215,51,148); }

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