Html Css Color HEX #DF4094 Deep Cerise

📋 copy color: '#DF4094'

red 223 ◦ green 64 ◦ blue 148

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

Shades of Deep Cerise #DF4094

Tints of Deep Cerise #DF4094

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.71%

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

R = 51.26%
G = 14.71%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DF4094 (or 0xDF4094) is known color: Deep Cerise. HEX triplet: DF, 40 and 94. RGB value is (223,64,148). Sum of RGB (Red+Green+Blue) = 223+64+148=435 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.26% from 435); Green value is 64 (25.39% from 255 or 14.71% from 435); Blue value is 148 (58.20% from 255 or 34.02% from 435); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4094 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF4094 is #20BF6B. Grayscale: #787878. Windows color (decimal): -2146156 or 9715935. OLE color: 9715935.

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

Color convert

RGB 223 64 148 -
CMYK 0 0.71 0.34 0.13
HSL 328.3º 0.71% 0.56% -
HSV(B) 328.3º 0.71% 0.87% -
XYZ 37.61 21.49 30.18 -
YUV 121.12 143.18 200.67 -
System Red Green Blue C M Y K H S L
Decimal 223 64 148 0 0.71 0.34 0.13 328.3 0.71 0.56
Hex DF 40 94 0 47 22 D 148 47 38
Octal 337 100 224 0 107 42 15 510 107 70
Binary 11011111 1000000 10010100 0 1000111 100010 1101 101001000 1000111 111000

Color Harmonies of #DF4094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4094

Black with #DF4094

Text Example


Text Example

White with #DF4094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4094; }

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

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

background-color css

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

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

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

border-color css

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

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

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