Html Css Color HEX #DF3196 Deep Cerise

📋 copy color: '#DF3196'

red 223 ◦ green 49 ◦ blue 150

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

Shades of Deep Cerise #DF3196

Tints of Deep Cerise #DF3196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 35.55%

R = 52.84%
G = 11.61%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DF3196 (or 0xDF3196) is known color: Deep Cerise. HEX triplet: DF, 31 and 96. RGB value is (223,49,150). Sum of RGB (Red+Green+Blue) = 223+49+150=422 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.84% from 422); Green value is 49 (19.53% from 255 or 11.61% from 422); Blue value is 150 (58.98% from 255 or 35.55% from 422); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3196 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3196 is #20CE69. Grayscale: #707070. Windows color (decimal): -2149994 or 9843167. OLE color: 9843167.

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

Color convert

RGB 223 49 150 -
CMYK 0 0.78 0.33 0.13
HSL 325.17º 0.73% 0.53% -
HSV(B) 325.17º 0.78% 0.87% -
XYZ 37.03 20.09 30.78 -
YUV 112.54 149.15 206.79 -
System Red Green Blue C M Y K H S L
Decimal 223 49 150 0 0.78 0.33 0.13 325.17 0.73 0.53
Hex DF 31 96 0 4E 21 D 145 49 35
Octal 337 61 226 0 116 41 15 505 111 65
Binary 11011111 110001 10010110 0 1001110 100001 1101 101000101 1001001 110101

Color Harmonies of #DF3196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3196

Black with #DF3196

Text Example


Text Example

White with #DF3196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3196; }

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

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

background-color css

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

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

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

border-color css

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

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

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