Html Css Color HEX #DF3294 Deep Cerise

📋 copy color: '#DF3294'

red 223 ◦ green 50 ◦ blue 148

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

Shades of Deep Cerise #DF3294

Tints of Deep Cerise #DF3294

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.88%

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

R = 52.97%
G = 11.88%
B = 35.15%

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

#DF3294 (or 0xDF3294) is known color: Deep Cerise. HEX triplet: DF, 32 and 94. RGB value is (223,50,148). Sum of RGB (Red+Green+Blue) = 223+50+148=421 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.97% from 421); Green value is 50 (19.92% from 255 or 11.88% from 421); Blue value is 148 (58.20% from 255 or 35.15% from 421); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3294 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3294 is #20CD6B. Grayscale: #707070. Windows color (decimal): -2149740 or 9712351. OLE color: 9712351.

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

Color convert

RGB 223 50 148 -
CMYK 0 0.78 0.34 0.13
HSL 326.01º 0.73% 0.54% -
HSV(B) 326.01º 0.78% 0.87% -
XYZ 36.92 20.11 29.95 -
YUV 112.9 147.81 206.53 -
System Red Green Blue C M Y K H S L
Decimal 223 50 148 0 0.78 0.34 0.13 326.01 0.73 0.54
Hex DF 32 94 0 4E 22 D 146 49 36
Octal 337 62 224 0 116 42 15 506 111 66
Binary 11011111 110010 10010100 0 1001110 100010 1101 101000110 1001001 110110

Color Harmonies of #DF3294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3294

Black with #DF3294

Text Example


Text Example

White with #DF3294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3294; }

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

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

background-color css

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

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

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

border-color css

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

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

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