Html Css Color HEX #DF3291 Deep Cerise

📋 copy color: '#DF3291'

red 223 ◦ green 50 ◦ blue 145

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

Shades of Deep Cerise #DF3291

Tints of Deep Cerise #DF3291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 34.69%

R = 53.35%
G = 11.96%
B = 34.69%

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

#DF3291 (or 0xDF3291) is known color: Deep Cerise. HEX triplet: DF, 32 and 91. RGB value is (223,50,145). Sum of RGB (Red+Green+Blue) = 223+50+145=418 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.35% from 418); Green value is 50 (19.92% from 255 or 11.96% from 418); Blue value is 145 (57.03% from 255 or 34.69% from 418); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3291 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3291 is #20CD6E. Grayscale: #707070. Windows color (decimal): -2149743 or 9515743. OLE color: 9515743.

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

Color convert

RGB 223 50 145 -
CMYK 0 0.78 0.35 0.13
HSL 327.05º 0.73% 0.54% -
HSV(B) 327.05º 0.78% 0.87% -
XYZ 36.68 20.01 28.72 -
YUV 112.56 146.31 206.78 -
System Red Green Blue C M Y K H S L
Decimal 223 50 145 0 0.78 0.35 0.13 327.05 0.73 0.54
Hex DF 32 91 0 4E 23 D 147 49 36
Octal 337 62 221 0 116 43 15 507 111 66
Binary 11011111 110010 10010001 0 1001110 100011 1101 101000111 1001001 110110

Color Harmonies of #DF3291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3291

Black with #DF3291

Text Example


Text Example

White with #DF3291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3291; }

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

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

background-color css

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

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

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

border-color css

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

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

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