Html Css Color HEX #DF3194 Deep Cerise

📋 copy color: '#DF3194'

red 223 ◦ green 49 ◦ blue 148

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

Shades of Deep Cerise #DF3194

Tints of Deep Cerise #DF3194

RGB

 RED value IS 223 (87.5% from 255) = 53.1%

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

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

R = 53.1%
G = 11.67%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DF3194 (or 0xDF3194) is known color: Deep Cerise. HEX triplet: DF, 31 and 94. RGB value is (223,49,148). Sum of RGB (Red+Green+Blue) = 223+49+148=420 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.10% from 420); Green value is 49 (19.53% from 255 or 11.67% from 420); Blue value is 148 (58.20% from 255 or 35.24% from 420); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3194 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3194 is #20CE6B. Grayscale: #707070. Windows color (decimal): -2149996 or 9712095. OLE color: 9712095.

HSL color Cylindrical-coordinate representation of color #DF3194: hue angle of 325.86º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF3194 is Cyan = 0, Magento = 0.78, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 49 148 -
CMYK 0 0.78 0.34 0.13
HSL 325.86º 0.73% 0.53% -
HSV(B) 325.86º 0.78% 0.87% -
XYZ 36.88 20.02 29.94 -
YUV 112.31 148.15 206.95 -
System Red Green Blue C M Y K H S L
Decimal 223 49 148 0 0.78 0.34 0.13 325.86 0.73 0.53
Hex DF 31 94 0 4E 22 D 146 49 35
Octal 337 61 224 0 116 42 15 506 111 65
Binary 11011111 110001 10010100 0 1001110 100010 1101 101000110 1001001 110101

Color Harmonies of #DF3194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3194

Black with #DF3194

Text Example


Text Example

White with #DF3194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3194; }

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

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

background-color css

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

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

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

border-color css

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

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

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