Html Css Color HEX #DF2094 Deep Cerise

📋 copy color: '#DF2094'

red 223 ◦ green 32 ◦ blue 148

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

Shades of Deep Cerise #DF2094

Tints of Deep Cerise #DF2094

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.94%

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

R = 55.33%
G = 7.94%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DF2094 (or 0xDF2094) is known color: Deep Cerise. HEX triplet: DF, 20 and 94. RGB value is (223,32,148). Sum of RGB (Red+Green+Blue) = 223+32+148=403 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.33% from 403); Green value is 32 (12.89% from 255 or 7.94% from 403); Blue value is 148 (58.20% from 255 or 36.72% from 403); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2094 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2094 is #20DF6B. Grayscale: #666666. Windows color (decimal): -2154348 or 9707743. OLE color: 9707743.

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

Color convert

RGB 223 32 148 -
CMYK 0 0.86 0.34 0.13
HSL 323.56º 0.75% 0.5% -
HSV(B) 323.56º 0.86% 0.87% -
XYZ 36.29 18.86 29.74 -
YUV 102.33 153.78 214.07 -
System Red Green Blue C M Y K H S L
Decimal 223 32 148 0 0.86 0.34 0.13 323.56 0.75 0.5
Hex DF 20 94 0 56 22 D 144 4B 32
Octal 337 40 224 0 126 42 15 504 113 62
Binary 11011111 100000 10010100 0 1010110 100010 1101 101000100 1001011 110010

Color Harmonies of #DF2094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2094

Black with #DF2094

Text Example


Text Example

White with #DF2094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2094; }

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

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

background-color css

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

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

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

border-color css

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

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

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