Html Css Color HEX #D73295 Deep Cerise

📋 copy color: '#D73295'

red 215 ◦ green 50 ◦ blue 149

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

Shades of Deep Cerise #D73295

Tints of Deep Cerise #D73295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 35.99%

R = 51.93%
G = 12.08%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D73295 (or 0xD73295) is known color: Deep Cerise. HEX triplet: D7, 32 and 95. RGB value is (215,50,149). Sum of RGB (Red+Green+Blue) = 215+50+149=414 (54% of max value = 765). Red value is 215 (84.38% from 255 or 51.93% from 414); Green value is 50 (19.92% from 255 or 12.08% from 414); Blue value is 149 (58.59% from 255 or 35.99% from 414); Max value from RGB is 215 - color contains mainly: red. Hex color #D73295 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D73295 is #28CD6A. Grayscale: #6E6E6E. Windows color (decimal): -2674027 or 9777879. OLE color: 9777879.

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

Color convert

RGB 215 50 149 -
CMYK 0 0.77 0.31 0.16
HSL 324º 0.67% 0.52% -
HSV(B) 324º 0.77% 0.84% -
XYZ 34.59 18.9 30.26 -
YUV 110.62 149.66 202.45 -
System Red Green Blue C M Y K H S L
Decimal 215 50 149 0 0.77 0.31 0.16 324 0.67 0.52
Hex D7 32 95 0 4D 1F 10 144 43 34
Octal 327 62 225 0 115 37 20 504 103 64
Binary 11010111 110010 10010101 0 1001101 11111 10000 101000100 1000011 110100

Color Harmonies of #D73295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73295

Black with #D73295

Text Example


Text Example

White with #D73295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73295; }

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

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

background-color css

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

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

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

border-color css

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

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

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