Html Css Color HEX #DF4294 Deep Cerise

📋 copy color: '#DF4294'

red 223 ◦ green 66 ◦ blue 148

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

Shades of Deep Cerise #DF4294

Tints of Deep Cerise #DF4294

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.1%

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

R = 51.03%
G = 15.1%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DF4294 (or 0xDF4294) is known color: Deep Cerise. HEX triplet: DF, 42 and 94. RGB value is (223,66,148). Sum of RGB (Red+Green+Blue) = 223+66+148=437 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.03% from 437); Green value is 66 (26.17% from 255 or 15.10% from 437); Blue value is 148 (58.20% from 255 or 33.87% from 437); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4294 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF4294 is #20BD6B. Grayscale: #7A7A7A. Windows color (decimal): -2145644 or 9716447. OLE color: 9716447.

HSL color Cylindrical-coordinate representation of color #DF4294: hue angle of 328.66º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DF4294 is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 66 148 -
CMYK 0 0.70 0.34 0.13
HSL 328.66º 0.71% 0.57% -
HSV(B) 328.66º 0.7% 0.87% -
XYZ 37.72 21.72 30.22 -
YUV 122.29 142.51 199.83 -
System Red Green Blue C M Y K H S L
Decimal 223 66 148 0 0.70 0.34 0.13 328.66 0.71 0.57
Hex DF 42 94 0 46 22 D 149 47 39
Octal 337 102 224 0 106 42 15 511 107 71
Binary 11011111 1000010 10010100 0 1000110 100010 1101 101001001 1000111 111001

Color Harmonies of #DF4294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4294

Black with #DF4294

Text Example


Text Example

White with #DF4294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4294; }

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

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

background-color css

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

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

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

border-color css

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

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

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