Html Css Color HEX #D73195 Deep Cerise

📋 copy color: '#D73195'

red 215 ◦ green 49 ◦ blue 149

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

Shades of Deep Cerise #D73195

Tints of Deep Cerise #D73195

RGB

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

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

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

R = 52.06%
G = 11.86%
B = 36.08%

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

#D73195 (or 0xD73195) is known color: Deep Cerise. HEX triplet: D7, 31 and 95. RGB value is (215,49,149). Sum of RGB (Red+Green+Blue) = 215+49+149=413 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.06% from 413); Green value is 49 (19.53% from 255 or 11.86% from 413); Blue value is 149 (58.59% from 255 or 36.08% from 413); Max value from RGB is 215 - color contains mainly: red. Hex color #D73195 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D73195 is #28CE6A. Grayscale: #6D6D6D. Windows color (decimal): -2674283 or 9777623. OLE color: 9777623.

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

Color convert

RGB 215 49 149 -
CMYK 0 0.77 0.31 0.16
HSL 323.86º 0.67% 0.52% -
HSV(B) 323.86º 0.77% 0.84% -
XYZ 34.55 18.81 30.24 -
YUV 110.03 150 202.87 -
System Red Green Blue C M Y K H S L
Decimal 215 49 149 0 0.77 0.31 0.16 323.86 0.67 0.52
Hex D7 31 95 0 4D 1F 10 144 43 34
Octal 327 61 225 0 115 37 20 504 103 64
Binary 11010111 110001 10010101 0 1001101 11111 10000 101000100 1000011 110100

Color Harmonies of #D73195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73195

Black with #D73195

Text Example


Text Example

White with #D73195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73195; }

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

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

background-color css

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

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

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

border-color css

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

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

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