Html Css Color HEX #DF3290 Deep Cerise

📋 copy color: '#DF3290'

red 223 ◦ green 50 ◦ blue 144

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

Shades of Deep Cerise #DF3290

Tints of Deep Cerise #DF3290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 34.53%

R = 53.48%
G = 11.99%
B = 34.53%

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

#DF3290 (or 0xDF3290) is known color: Deep Cerise. HEX triplet: DF, 32 and 90. RGB value is (223,50,144). Sum of RGB (Red+Green+Blue) = 223+50+144=417 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.48% from 417); Green value is 50 (19.92% from 255 or 11.99% from 417); Blue value is 144 (56.64% from 255 or 34.53% from 417); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3290 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3290 is #20CD6F. Grayscale: #707070. Windows color (decimal): -2149744 or 9450207. OLE color: 9450207.

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

Color convert

RGB 223 50 144 -
CMYK 0 0.78 0.35 0.13
HSL 327.4º 0.73% 0.54% -
HSV(B) 327.4º 0.78% 0.87% -
XYZ 36.61 19.98 28.31 -
YUV 112.44 145.81 206.86 -
System Red Green Blue C M Y K H S L
Decimal 223 50 144 0 0.78 0.35 0.13 327.4 0.73 0.54
Hex DF 32 90 0 4E 23 D 147 49 36
Octal 337 62 220 0 116 43 15 507 111 66
Binary 11011111 110010 10010000 0 1001110 100011 1101 101000111 1001001 110110

Color Harmonies of #DF3290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3290

Black with #DF3290

Text Example


Text Example

White with #DF3290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3290; }

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

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

background-color css

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

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

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

border-color css

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

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

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