Html Css Color HEX #DF379E Deep Cerise

📋 copy color: '#DF379E'

red 223 ◦ green 55 ◦ blue 158

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

Shades of Deep Cerise #DF379E

Tints of Deep Cerise #DF379E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.61%

 BLUE value IS 158 (62.11% from 255) = 36.24%

R = 51.15%
G = 12.61%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DF379E (or 0xDF379E) is known color: Deep Cerise. HEX triplet: DF, 37 and 9E. RGB value is (223,55,158). Sum of RGB (Red+Green+Blue) = 223+55+158=436 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.15% from 436); Green value is 55 (21.88% from 255 or 12.61% from 436); Blue value is 158 (62.11% from 255 or 36.24% from 436); Max value from RGB is 223 - color contains mainly: red. Hex color #DF379E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF379E is #20C861. Grayscale: #747474. Windows color (decimal): -2148450 or 10368991. OLE color: 10368991.

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

Color convert

RGB 223 55 158 -
CMYK 0 0.75 0.29 0.13
HSL 323.21º 0.72% 0.55% -
HSV(B) 323.21º 0.75% 0.87% -
XYZ 37.97 20.89 34.38 -
YUV 116.97 151.16 203.62 -
System Red Green Blue C M Y K H S L
Decimal 223 55 158 0 0.75 0.29 0.13 323.21 0.72 0.55
Hex DF 37 9E 0 4B 1D D 143 48 37
Octal 337 67 236 0 113 35 15 503 110 67
Binary 11011111 110111 10011110 0 1001011 11101 1101 101000011 1001000 110111

Color Harmonies of #DF379E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF379E

Black with #DF379E

Text Example


Text Example

White with #DF379E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF379E; }

 p { color: rgb(223,55,158); }

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

background-color css

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

 a { background-color: rgb(223,55,158); }

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

border-color css

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

 span { border-color: rgb(223,55,158); }

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