Html Css Color HEX #DF379C Deep Cerise

📋 copy color: '#DF379C'

red 223 ◦ green 55 ◦ blue 156

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

Shades of Deep Cerise #DF379C

Tints of Deep Cerise #DF379C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 35.94%

R = 51.38%
G = 12.67%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DF379C (or 0xDF379C) is known color: Deep Cerise. HEX triplet: DF, 37 and 9C. RGB value is (223,55,156). Sum of RGB (Red+Green+Blue) = 223+55+156=434 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.38% from 434); Green value is 55 (21.88% from 255 or 12.67% from 434); Blue value is 156 (61.33% from 255 or 35.94% from 434); Max value from RGB is 223 - color contains mainly: red. Hex color #DF379C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF379C is #20C863. Grayscale: #747474. Windows color (decimal): -2148452 or 10237919. OLE color: 10237919.

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

Color convert

RGB 223 55 156 -
CMYK 0 0.75 0.30 0.13
HSL 323.93º 0.72% 0.55% -
HSV(B) 323.93º 0.75% 0.87% -
XYZ 37.8 20.82 33.48 -
YUV 116.75 150.16 203.79 -
System Red Green Blue C M Y K H S L
Decimal 223 55 156 0 0.75 0.30 0.13 323.93 0.72 0.55
Hex DF 37 9C 0 4B 1E D 144 48 37
Octal 337 67 234 0 113 36 15 504 110 67
Binary 11011111 110111 10011100 0 1001011 11110 1101 101000100 1001000 110111

Color Harmonies of #DF379C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF379C

Black with #DF379C

Text Example


Text Example

White with #DF379C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF379C; }

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

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

background-color css

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

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

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

border-color css

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

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

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