Html Css Color HEX #DF3296 Deep Cerise

📋 copy color: '#DF3296'

red 223 ◦ green 50 ◦ blue 150

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

Shades of Deep Cerise #DF3296

Tints of Deep Cerise #DF3296

RGB

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

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

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

R = 52.72%
G = 11.82%
B = 35.46%

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

#DF3296 (or 0xDF3296) is known color: Deep Cerise. HEX triplet: DF, 32 and 96. RGB value is (223,50,150). Sum of RGB (Red+Green+Blue) = 223+50+150=423 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.72% from 423); Green value is 50 (19.92% from 255 or 11.82% from 423); Blue value is 150 (58.98% from 255 or 35.46% from 423); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3296 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3296 is #20CD69. Grayscale: #707070. Windows color (decimal): -2149738 or 9843423. OLE color: 9843423.

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

Color convert

RGB 223 50 150 -
CMYK 0 0.78 0.33 0.13
HSL 325.32º 0.73% 0.54% -
HSV(B) 325.32º 0.78% 0.87% -
XYZ 37.08 20.17 30.79 -
YUV 113.13 148.81 206.37 -
System Red Green Blue C M Y K H S L
Decimal 223 50 150 0 0.78 0.33 0.13 325.32 0.73 0.54
Hex DF 32 96 0 4E 21 D 145 49 36
Octal 337 62 226 0 116 41 15 505 111 66
Binary 11011111 110010 10010110 0 1001110 100001 1101 101000101 1001001 110110

Color Harmonies of #DF3296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3296

Black with #DF3296

Text Example


Text Example

White with #DF3296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3296; }

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

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

background-color css

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

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

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

border-color css

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

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

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