Html Css Color HEX #D93694 Deep Cerise

📋 copy color: '#D93694'

red 217 ◦ green 54 ◦ blue 148

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

Shades of Deep Cerise #D93694

Tints of Deep Cerise #D93694

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.89%

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

R = 51.79%
G = 12.89%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D93694 (or 0xD93694) is known color: Deep Cerise. HEX triplet: D9, 36 and 94. RGB value is (217,54,148). Sum of RGB (Red+Green+Blue) = 217+54+148=419 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.79% from 419); Green value is 54 (21.48% from 255 or 12.89% from 419); Blue value is 148 (58.20% from 255 or 35.32% from 419); Max value from RGB is 217 - color contains mainly: red. Hex color #D93694 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93694 is #26C96B. Grayscale: #717171. Windows color (decimal): -2541932 or 9713369. OLE color: 9713369.

HSL color Cylindrical-coordinate representation of color #D93694: hue angle of 325.4º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D93694 is Cyan = 0, Magento = 0.75, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 54 148 -
CMYK 0 0.75 0.32 0.15
HSL 325.4º 0.68% 0.53% -
HSV(B) 325.4º 0.75% 0.85% -
XYZ 35.28 19.53 29.93 -
YUV 113.45 147.5 201.86 -
System Red Green Blue C M Y K H S L
Decimal 217 54 148 0 0.75 0.32 0.15 325.4 0.68 0.53
Hex D9 36 94 0 4B 20 F 145 44 35
Octal 331 66 224 0 113 40 17 505 104 65
Binary 11011001 110110 10010100 0 1001011 100000 1111 101000101 1000100 110101

Color Harmonies of #D93694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93694

Black with #D93694

Text Example


Text Example

White with #D93694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93694; }

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

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

background-color css

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

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

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

border-color css

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

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

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