Html Css Color HEX #DF379D Deep Cerise

📋 copy color: '#DF379D'

red 223 ◦ green 55 ◦ blue 157

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

Shades of Deep Cerise #DF379D

Tints of Deep Cerise #DF379D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 36.09%

R = 51.26%
G = 12.64%
B = 36.09%

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

#DF379D (or 0xDF379D) is known color: Deep Cerise. HEX triplet: DF, 37 and 9D. RGB value is (223,55,157). Sum of RGB (Red+Green+Blue) = 223+55+157=435 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.26% from 435); Green value is 55 (21.88% from 255 or 12.64% from 435); Blue value is 157 (61.72% from 255 or 36.09% from 435); Max value from RGB is 223 - color contains mainly: red. Hex color #DF379D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF379D is #20C862. Grayscale: #747474. Windows color (decimal): -2148451 or 10303455. OLE color: 10303455.

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

Color convert

RGB 223 55 157 -
CMYK 0 0.75 0.30 0.13
HSL 323.57º 0.72% 0.55% -
HSV(B) 323.57º 0.75% 0.87% -
XYZ 37.88 20.85 33.93 -
YUV 116.86 150.66 203.71 -
System Red Green Blue C M Y K H S L
Decimal 223 55 157 0 0.75 0.30 0.13 323.57 0.72 0.55
Hex DF 37 9D 0 4B 1E D 144 48 37
Octal 337 67 235 0 113 36 15 504 110 67
Binary 11011111 110111 10011101 0 1001011 11110 1101 101000100 1001000 110111

Color Harmonies of #DF379D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF379D

Black with #DF379D

Text Example


Text Example

White with #DF379D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF379D; }

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

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

background-color css

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

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

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

border-color css

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

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

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