Html Css Color HEX #D93191 Deep Cerise

📋 copy color: '#D93191'

red 217 ◦ green 49 ◦ blue 145

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

Shades of Deep Cerise #D93191

Tints of Deep Cerise #D93191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 35.28%

R = 52.8%
G = 11.92%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D93191 (or 0xD93191) is known color: Deep Cerise. HEX triplet: D9, 31 and 91. RGB value is (217,49,145). Sum of RGB (Red+Green+Blue) = 217+49+145=411 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.80% from 411); Green value is 49 (19.53% from 255 or 11.92% from 411); Blue value is 145 (57.03% from 255 or 35.28% from 411); Max value from RGB is 217 - color contains mainly: red. Hex color #D93191 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93191 is #26CE6E. Grayscale: #6D6D6D. Windows color (decimal): -2543215 or 9515481. OLE color: 9515481.

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

Color convert

RGB 217 49 145 -
CMYK 0 0.77 0.33 0.15
HSL 325.71º 0.69% 0.52% -
HSV(B) 325.71º 0.77% 0.85% -
XYZ 34.82 18.99 28.62 -
YUV 110.18 147.66 204.19 -
System Red Green Blue C M Y K H S L
Decimal 217 49 145 0 0.77 0.33 0.15 325.71 0.69 0.52
Hex D9 31 91 0 4D 21 F 146 45 34
Octal 331 61 221 0 115 41 17 506 105 64
Binary 11011001 110001 10010001 0 1001101 100001 1111 101000110 1000101 110100

Color Harmonies of #D93191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93191

Black with #D93191

Text Example


Text Example

White with #D93191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93191; }

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

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

background-color css

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

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

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

border-color css

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

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

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