Html Css Color HEX #DE395C Cerise

📋 copy color: '#DE395C'

red 222 ◦ green 57 ◦ blue 92

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

Shades of Cerise #DE395C

Tints of Cerise #DE395C

RGB

 RED value IS 222 (87.11% from 255) = 59.84%

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

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

R = 59.84%
G = 15.36%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DE395C (or 0xDE395C) is known color: Cerise. HEX triplet: DE, 39 and 5C. RGB value is (222,57,92). Sum of RGB (Red+Green+Blue) = 222+57+92=371 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.84% from 371); Green value is 57 (22.66% from 255 or 15.36% from 371); Blue value is 92 (36.33% from 255 or 24.80% from 371); Max value from RGB is 222 - color contains mainly: red. Hex color #DE395C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE395C is #21C6A3. Grayscale: #6E6E6E. Windows color (decimal): -2213540 or 6044126. OLE color: 6044126.

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

Color convert

RGB 222 57 92 -
CMYK 0 0.74 0.59 0.13
HSL 347.27º 0.71% 0.55% -
HSV(B) 347.27º 0.74% 0.87% -
XYZ 33.52 19.23 12.07 -
YUV 110.33 117.66 207.65 -
System Red Green Blue C M Y K H S L
Decimal 222 57 92 0 0.74 0.59 0.13 347.27 0.71 0.55
Hex DE 39 5C 0 4A 3B D 15B 47 37
Octal 336 71 134 0 112 73 15 533 107 67
Binary 11011110 111001 1011100 0 1001010 111011 1101 101011011 1000111 110111

Color Harmonies of #DE395C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE395C

Black with #DE395C

Text Example


Text Example

White with #DE395C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE395C; }

 p { color: rgb(222,57,92); }

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

background-color css

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

 a { background-color: rgb(222,57,92); }

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

border-color css

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

 span { border-color: rgb(222,57,92); }

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