Html Css Color HEX #DF395D Cerise

📋 copy color: '#DF395D'

red 223 ◦ green 57 ◦ blue 93

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

Shades of Cerise #DF395D

Tints of Cerise #DF395D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.28%

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

R = 59.79%
G = 15.28%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DF395D (or 0xDF395D) is known color: Cerise. HEX triplet: DF, 39 and 5D. RGB value is (223,57,93). Sum of RGB (Red+Green+Blue) = 223+57+93=373 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.79% from 373); Green value is 57 (22.66% from 255 or 15.28% from 373); Blue value is 93 (36.72% from 255 or 24.93% from 373); Max value from RGB is 223 - color contains mainly: red. Hex color #DF395D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF395D is #20C6A2. Grayscale: #6E6E6E. Windows color (decimal): -2148003 or 6109663. OLE color: 6109663.

HSL color Cylindrical-coordinate representation of color #DF395D: hue angle of 346.99º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DF395D is Cyan = 0, Magento = 0.74, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 57 93 -
CMYK 0 0.74 0.58 0.13
HSL 346.99º 0.72% 0.55% -
HSV(B) 346.99º 0.74% 0.87% -
XYZ 33.87 19.4 12.32 -
YUV 110.74 118 208.07 -
System Red Green Blue C M Y K H S L
Decimal 223 57 93 0 0.74 0.58 0.13 346.99 0.72 0.55
Hex DF 39 5D 0 4A 3A D 15B 48 37
Octal 337 71 135 0 112 72 15 533 110 67
Binary 11011111 111001 1011101 0 1001010 111010 1101 101011011 1001000 110111

Color Harmonies of #DF395D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF395D

Black with #DF395D

Text Example


Text Example

White with #DF395D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF395D; }

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

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

background-color css

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

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

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

border-color css

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

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

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