Html Css Color HEX #DF3192 Deep Cerise

📋 copy color: '#DF3192'

red 223 ◦ green 49 ◦ blue 146

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

Shades of Deep Cerise #DF3192

Tints of Deep Cerise #DF3192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 34.93%

R = 53.35%
G = 11.72%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DF3192 (or 0xDF3192) is known color: Deep Cerise. HEX triplet: DF, 31 and 92. RGB value is (223,49,146). Sum of RGB (Red+Green+Blue) = 223+49+146=418 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.35% from 418); Green value is 49 (19.53% from 255 or 11.72% from 418); Blue value is 146 (57.42% from 255 or 34.93% from 418); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3192 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3192 is #20CE6D. Grayscale: #6F6F6F. Windows color (decimal): -2149998 or 9581023. OLE color: 9581023.

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

Color convert

RGB 223 49 146 -
CMYK 0 0.78 0.35 0.13
HSL 326.55º 0.73% 0.53% -
HSV(B) 326.55º 0.78% 0.87% -
XYZ 36.72 19.96 29.11 -
YUV 112.08 147.15 207.11 -
System Red Green Blue C M Y K H S L
Decimal 223 49 146 0 0.78 0.35 0.13 326.55 0.73 0.53
Hex DF 31 92 0 4E 23 D 147 49 35
Octal 337 61 222 0 116 43 15 507 111 65
Binary 11011111 110001 10010010 0 1001110 100011 1101 101000111 1001001 110101

Color Harmonies of #DF3192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3192

Black with #DF3192

Text Example


Text Example

White with #DF3192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3192; }

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

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

background-color css

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

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

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

border-color css

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

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

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