Html Css Color HEX #D93194 Deep Cerise

📋 copy color: '#D93194'

red 217 ◦ green 49 ◦ blue 148

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

Shades of Deep Cerise #D93194

Tints of Deep Cerise #D93194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 35.75%

R = 52.42%
G = 11.84%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D93194 (or 0xD93194) is known color: Deep Cerise. HEX triplet: D9, 31 and 94. RGB value is (217,49,148). Sum of RGB (Red+Green+Blue) = 217+49+148=414 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.42% from 414); Green value is 49 (19.53% from 255 or 11.84% from 414); Blue value is 148 (58.20% from 255 or 35.75% from 414); Max value from RGB is 217 - color contains mainly: red. Hex color #D93194 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93194 is #26CE6B. Grayscale: #6E6E6E. Windows color (decimal): -2543212 or 9712089. OLE color: 9712089.

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

Color convert

RGB 217 49 148 -
CMYK 0 0.77 0.32 0.15
HSL 324.64º 0.69% 0.52% -
HSV(B) 324.64º 0.77% 0.85% -
XYZ 35.06 19.09 29.85 -
YUV 110.52 149.16 203.95 -
System Red Green Blue C M Y K H S L
Decimal 217 49 148 0 0.77 0.32 0.15 324.64 0.69 0.52
Hex D9 31 94 0 4D 20 F 145 45 34
Octal 331 61 224 0 115 40 17 505 105 64
Binary 11011001 110001 10010100 0 1001101 100000 1111 101000101 1000101 110100

Color Harmonies of #D93194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93194

Black with #D93194

Text Example


Text Example

White with #D93194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93194; }

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

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

background-color css

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

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

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

border-color css

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

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

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