Html Css Color HEX #DF357C Deep Cerise

📋 copy color: '#DF357C'

red 223 ◦ green 53 ◦ blue 124

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

Shades of Deep Cerise #DF357C

Tints of Deep Cerise #DF357C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.25%

 BLUE value IS 124 (48.83% from 255) = 31%

R = 55.75%
G = 13.25%
B = 31%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DF357C (or 0xDF357C) is known color: Deep Cerise. HEX triplet: DF, 35 and 7C. RGB value is (223,53,124). Sum of RGB (Red+Green+Blue) = 223+53+124=400 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.75% from 400); Green value is 53 (21.09% from 255 or 13.25% from 400); Blue value is 124 (48.83% from 255 or 31% from 400); Max value from RGB is 223 - color contains mainly: red. Hex color #DF357C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF357C is #20CA83. Grayscale: #6F6F6F. Windows color (decimal): -2148996 or 8140255. OLE color: 8140255.

HSL color Cylindrical-coordinate representation of color #DF357C: hue angle of 334.94º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DF357C is Cyan = 0, Magento = 0.76, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 53 124 -
CMYK 0 0.76 0.44 0.13
HSL 334.94º 0.73% 0.54% -
HSV(B) 334.94º 0.76% 0.87% -
XYZ 35.34 19.69 21.01 -
YUV 111.92 134.82 207.23 -
System Red Green Blue C M Y K H S L
Decimal 223 53 124 0 0.76 0.44 0.13 334.94 0.73 0.54
Hex DF 35 7C 0 4C 2C D 14F 49 36
Octal 337 65 174 0 114 54 15 517 111 66
Binary 11011111 110101 1111100 0 1001100 101100 1101 101001111 1001001 110110

Color Harmonies of #DF357C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF357C

Black with #DF357C

Text Example


Text Example

White with #DF357C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF357C; }

 p { color: rgb(223,53,124); }

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

background-color css

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

 a { background-color: rgb(223,53,124); }

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

border-color css

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

 span { border-color: rgb(223,53,124); }

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