Html Css Color HEX #D93394 Deep Cerise

📋 copy color: '#D93394'

red 217 ◦ green 51 ◦ blue 148

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

Shades of Deep Cerise #D93394

Tints of Deep Cerise #D93394

RGB

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

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

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

R = 52.16%
G = 12.26%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D93394 (or 0xD93394) is known color: Deep Cerise. HEX triplet: D9, 33 and 94. RGB value is (217,51,148). Sum of RGB (Red+Green+Blue) = 217+51+148=416 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.16% from 416); Green value is 51 (20.31% from 255 or 12.26% from 416); Blue value is 148 (58.20% from 255 or 35.58% from 416); Max value from RGB is 217 - color contains mainly: red. Hex color #D93394 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93394 is #26CC6B. Grayscale: #6F6F6F. Windows color (decimal): -2542700 or 9712601. OLE color: 9712601.

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

Color convert

RGB 217 51 148 -
CMYK 0 0.76 0.32 0.15
HSL 324.94º 0.69% 0.53% -
HSV(B) 324.94º 0.76% 0.85% -
XYZ 35.14 19.26 29.88 -
YUV 111.69 148.5 203.11 -
System Red Green Blue C M Y K H S L
Decimal 217 51 148 0 0.76 0.32 0.15 324.94 0.69 0.53
Hex D9 33 94 0 4C 20 F 145 45 35
Octal 331 63 224 0 114 40 17 505 105 65
Binary 11011001 110011 10010100 0 1001100 100000 1111 101000101 1000101 110101

Color Harmonies of #D93394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93394

Black with #D93394

Text Example


Text Example

White with #D93394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93394; }

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

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

background-color css

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

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

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

border-color css

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

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

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