Html Css Color HEX #D93195 Deep Cerise

📋 copy color: '#D93195'

red 217 ◦ green 49 ◦ blue 149

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

Shades of Deep Cerise #D93195

Tints of Deep Cerise #D93195

RGB

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

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

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

R = 52.29%
G = 11.81%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D93195 (or 0xD93195) is known color: Deep Cerise. HEX triplet: D9, 31 and 95. RGB value is (217,49,149). Sum of RGB (Red+Green+Blue) = 217+49+149=415 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.29% from 415); Green value is 49 (19.53% from 255 or 11.81% from 415); Blue value is 149 (58.59% from 255 or 35.90% from 415); Max value from RGB is 217 - color contains mainly: red. Hex color #D93195 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93195 is #26CE6A. Grayscale: #6E6E6E. Windows color (decimal): -2543211 or 9777625. OLE color: 9777625.

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

Color convert

RGB 217 49 149 -
CMYK 0 0.77 0.31 0.15
HSL 324.29º 0.69% 0.52% -
HSV(B) 324.29º 0.77% 0.85% -
XYZ 35.14 19.12 30.27 -
YUV 110.63 149.66 203.87 -
System Red Green Blue C M Y K H S L
Decimal 217 49 149 0 0.77 0.31 0.15 324.29 0.69 0.52
Hex D9 31 95 0 4D 1F F 144 45 34
Octal 331 61 225 0 115 37 17 504 105 64
Binary 11011001 110001 10010101 0 1001101 11111 1111 101000100 1000101 110100

Color Harmonies of #D93195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93195

Black with #D93195

Text Example


Text Example

White with #D93195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93195; }

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

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

background-color css

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

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

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

border-color css

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

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

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