Html Css Color HEX #DE356C Cerise

📋 copy color: '#DE356C'

red 222 ◦ green 53 ◦ blue 108

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

Shades of Cerise #DE356C

Tints of Cerise #DE356C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 28.2%

R = 57.96%
G = 13.84%
B = 28.2%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DE356C (or 0xDE356C) is known color: Cerise. HEX triplet: DE, 35 and 6C. RGB value is (222,53,108). Sum of RGB (Red+Green+Blue) = 222+53+108=383 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.96% from 383); Green value is 53 (21.09% from 255 or 13.84% from 383); Blue value is 108 (42.58% from 255 or 28.20% from 383); Max value from RGB is 222 - color contains mainly: red. Hex color #DE356C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE356C is #21CA93. Grayscale: #6D6D6D. Windows color (decimal): -2214548 or 7091678. OLE color: 7091678.

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

Color convert

RGB 222 53 108 -
CMYK 0 0.76 0.51 0.13
HSL 340.47º 0.72% 0.54% -
HSV(B) 340.47º 0.76% 0.87% -
XYZ 34.1 19.16 16.09 -
YUV 109.8 126.99 208.03 -
System Red Green Blue C M Y K H S L
Decimal 222 53 108 0 0.76 0.51 0.13 340.47 0.72 0.54
Hex DE 35 6C 0 4C 33 D 154 48 36
Octal 336 65 154 0 114 63 15 524 110 66
Binary 11011110 110101 1101100 0 1001100 110011 1101 101010100 1001000 110110

Color Harmonies of #DE356C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE356C

Black with #DE356C

Text Example


Text Example

White with #DE356C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE356C; }

 p { color: rgb(222,53,108); }

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

background-color css

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

 a { background-color: rgb(222,53,108); }

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

border-color css

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

 span { border-color: rgb(222,53,108); }

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