Html Css Color HEX #D93395 Deep Cerise

📋 copy color: '#D93395'

red 217 ◦ green 51 ◦ blue 149

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

Shades of Deep Cerise #D93395

Tints of Deep Cerise #D93395

RGB

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

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

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

R = 52.04%
G = 12.23%
B = 35.73%

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

#D93395 (or 0xD93395) is known color: Deep Cerise. HEX triplet: D9, 33 and 95. RGB value is (217,51,149). Sum of RGB (Red+Green+Blue) = 217+51+149=417 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.04% from 417); Green value is 51 (20.31% from 255 or 12.23% from 417); Blue value is 149 (58.59% from 255 or 35.73% from 417); Max value from RGB is 217 - color contains mainly: red. Hex color #D93395 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93395 is #26CC6A. Grayscale: #6F6F6F. Windows color (decimal): -2542699 or 9778137. OLE color: 9778137.

HSL color Cylindrical-coordinate representation of color #D93395: hue angle of 324.58º degrees, saturation: 0.69, 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 #D93395 is Cyan = 0, Magento = 0.76, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 51 149 -
CMYK 0 0.76 0.31 0.15
HSL 324.58º 0.69% 0.53% -
HSV(B) 324.58º 0.76% 0.85% -
XYZ 35.22 19.29 30.3 -
YUV 111.81 149 203.03 -
System Red Green Blue C M Y K H S L
Decimal 217 51 149 0 0.76 0.31 0.15 324.58 0.69 0.53
Hex D9 33 95 0 4C 1F F 145 45 35
Octal 331 63 225 0 114 37 17 505 105 65
Binary 11011001 110011 10010101 0 1001100 11111 1111 101000101 1000101 110101

Color Harmonies of #D93395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93395

Black with #D93395

Text Example


Text Example

White with #D93395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93395; }

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

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

background-color css

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

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

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

border-color css

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

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

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