Html Css Color HEX #DF379B Deep Cerise

📋 copy color: '#DF379B'

red 223 ◦ green 55 ◦ blue 155

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

Shades of Deep Cerise #DF379B

Tints of Deep Cerise #DF379B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 35.8%

R = 51.5%
G = 12.7%
B = 35.8%

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

#DF379B (or 0xDF379B) is known color: Deep Cerise. HEX triplet: DF, 37 and 9B. RGB value is (223,55,155). Sum of RGB (Red+Green+Blue) = 223+55+155=433 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.50% from 433); Green value is 55 (21.88% from 255 or 12.70% from 433); Blue value is 155 (60.94% from 255 or 35.80% from 433); Max value from RGB is 223 - color contains mainly: red. Hex color #DF379B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF379B is #20C864. Grayscale: #747474. Windows color (decimal): -2148453 or 10172383. OLE color: 10172383.

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

Color convert

RGB 223 55 155 -
CMYK 0 0.75 0.30 0.13
HSL 324.29º 0.72% 0.55% -
HSV(B) 324.29º 0.75% 0.87% -
XYZ 37.71 20.79 33.03 -
YUV 116.63 149.66 203.87 -
System Red Green Blue C M Y K H S L
Decimal 223 55 155 0 0.75 0.30 0.13 324.29 0.72 0.55
Hex DF 37 9B 0 4B 1E D 144 48 37
Octal 337 67 233 0 113 36 15 504 110 67
Binary 11011111 110111 10011011 0 1001011 11110 1101 101000100 1001000 110111

Color Harmonies of #DF379B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF379B

Black with #DF379B

Text Example


Text Example

White with #DF379B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF379B; }

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

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

background-color css

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

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

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

border-color css

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

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

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