Html Css Color HEX #DF355C Cerise

📋 copy color: '#DF355C'

red 223 ◦ green 53 ◦ blue 92

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

Shades of Cerise #DF355C

Tints of Cerise #DF355C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25%

R = 60.6%
G = 14.4%
B = 25%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DF355C (or 0xDF355C) is known color: Cerise. HEX triplet: DF, 35 and 5C. RGB value is (223,53,92). Sum of RGB (Red+Green+Blue) = 223+53+92=368 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.60% from 368); Green value is 53 (21.09% from 255 or 14.40% from 368); Blue value is 92 (36.33% from 255 or 25% from 368); Max value from RGB is 223 - color contains mainly: red. Hex color #DF355C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF355C is #20CAA3. Grayscale: #6C6C6C. Windows color (decimal): -2149028 or 6043103. OLE color: 6043103.

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

Color convert

RGB 223 53 92 -
CMYK 0 0.76 0.59 0.13
HSL 346.24º 0.73% 0.54% -
HSV(B) 346.24º 0.76% 0.87% -
XYZ 33.64 19.01 12.02 -
YUV 108.28 118.82 209.83 -
System Red Green Blue C M Y K H S L
Decimal 223 53 92 0 0.76 0.59 0.13 346.24 0.73 0.54
Hex DF 35 5C 0 4C 3B D 15A 49 36
Octal 337 65 134 0 114 73 15 532 111 66
Binary 11011111 110101 1011100 0 1001100 111011 1101 101011010 1001001 110110

Color Harmonies of #DF355C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF355C

Black with #DF355C

Text Example


Text Example

White with #DF355C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF355C; }

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

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

background-color css

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

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

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

border-color css

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

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

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