Html Css Color HEX #D93595 Deep Cerise

📋 copy color: '#D93595'

red 217 ◦ green 53 ◦ blue 149

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

Shades of Deep Cerise #D93595

Tints of Deep Cerise #D93595

RGB

 RED value IS 217 (85.16% from 255) = 51.79%

 GREEN value IS 53 (21.09% from 255) = 12.65%

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

R = 51.79%
G = 12.65%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D93595 (or 0xD93595) is known color: Deep Cerise. HEX triplet: D9, 35 and 95. RGB value is (217,53,149). Sum of RGB (Red+Green+Blue) = 217+53+149=419 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.79% from 419); Green value is 53 (21.09% from 255 or 12.65% from 419); Blue value is 149 (58.59% from 255 or 35.56% from 419); Max value from RGB is 217 - color contains mainly: red. Hex color #D93595 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93595 is #26CA6A. Grayscale: #707070. Windows color (decimal): -2542187 or 9778649. OLE color: 9778649.

HSL color Cylindrical-coordinate representation of color #D93595: hue angle of 324.88º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D93595 is Cyan = 0, Magento = 0.76, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 53 149 -
CMYK 0 0.76 0.31 0.15
HSL 324.88º 0.68% 0.53% -
HSV(B) 324.88º 0.76% 0.85% -
XYZ 35.31 19.47 30.33 -
YUV 112.98 148.33 202.19 -
System Red Green Blue C M Y K H S L
Decimal 217 53 149 0 0.76 0.31 0.15 324.88 0.68 0.53
Hex D9 35 95 0 4C 1F F 145 44 35
Octal 331 65 225 0 114 37 17 505 104 65
Binary 11011001 110101 10010101 0 1001100 11111 1111 101000101 1000100 110101

Color Harmonies of #D93595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93595

Black with #D93595

Text Example


Text Example

White with #D93595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93595; }

 p { color: rgb(217,53,149); }

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

background-color css

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

 a { background-color: rgb(217,53,149); }

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

border-color css

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

 span { border-color: rgb(217,53,149); }

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