Html Css Color HEX #D73293 Deep Cerise

📋 copy color: '#D73293'

red 215 ◦ green 50 ◦ blue 147

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

Shades of Deep Cerise #D73293

Tints of Deep Cerise #D73293

RGB

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

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

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

R = 52.18%
G = 12.14%
B = 35.68%

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

#D73293 (or 0xD73293) is known color: Deep Cerise. HEX triplet: D7, 32 and 93. RGB value is (215,50,147). Sum of RGB (Red+Green+Blue) = 215+50+147=412 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.18% from 412); Green value is 50 (19.92% from 255 or 12.14% from 412); Blue value is 147 (57.81% from 255 or 35.68% from 412); Max value from RGB is 215 - color contains mainly: red. Hex color #D73293 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D73293 is #28CD6C. Grayscale: #6E6E6E. Windows color (decimal): -2674029 or 9646807. OLE color: 9646807.

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

Color convert

RGB 215 50 147 -
CMYK 0 0.77 0.32 0.16
HSL 324.73º 0.67% 0.52% -
HSV(B) 324.73º 0.77% 0.84% -
XYZ 34.43 18.83 29.42 -
YUV 110.39 148.66 202.61 -
System Red Green Blue C M Y K H S L
Decimal 215 50 147 0 0.77 0.32 0.16 324.73 0.67 0.52
Hex D7 32 93 0 4D 20 10 145 43 34
Octal 327 62 223 0 115 40 20 505 103 64
Binary 11010111 110010 10010011 0 1001101 100000 10000 101000101 1000011 110100

Color Harmonies of #D73293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73293

Black with #D73293

Text Example


Text Example

White with #D73293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73293; }

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

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

background-color css

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

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

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

border-color css

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

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

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