Html Css Color HEX #DF365D Cerise

📋 copy color: '#DF365D'

red 223 ◦ green 54 ◦ blue 93

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

Shades of Cerise #DF365D

Tints of Cerise #DF365D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.59%

 BLUE value IS 93 (36.72% from 255) = 25.14%

R = 60.27%
G = 14.59%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DF365D (or 0xDF365D) is known color: Cerise. HEX triplet: DF, 36 and 5D. RGB value is (223,54,93). Sum of RGB (Red+Green+Blue) = 223+54+93=370 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.27% from 370); Green value is 54 (21.48% from 255 or 14.59% from 370); Blue value is 93 (36.72% from 255 or 25.14% from 370); Max value from RGB is 223 - color contains mainly: red. Hex color #DF365D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF365D is #20C9A2. Grayscale: #6C6C6C. Windows color (decimal): -2148771 or 6108895. OLE color: 6108895.

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

Color convert

RGB 223 54 93 -
CMYK 0 0.76 0.58 0.13
HSL 346.15º 0.73% 0.54% -
HSV(B) 346.15º 0.76% 0.87% -
XYZ 33.73 19.12 12.27 -
YUV 108.98 118.99 209.33 -
System Red Green Blue C M Y K H S L
Decimal 223 54 93 0 0.76 0.58 0.13 346.15 0.73 0.54
Hex DF 36 5D 0 4C 3A D 15A 49 36
Octal 337 66 135 0 114 72 15 532 111 66
Binary 11011111 110110 1011101 0 1001100 111010 1101 101011010 1001001 110110

Color Harmonies of #DF365D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF365D

Black with #DF365D

Text Example


Text Example

White with #DF365D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF365D; }

 p { color: rgb(223,54,93); }

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

background-color css

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

 a { background-color: rgb(223,54,93); }

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

border-color css

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

 span { border-color: rgb(223,54,93); }

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