Html Css Color HEX #DE356B Cerise

📋 copy color: '#DE356B'

red 222 ◦ green 53 ◦ blue 107

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

Shades of Cerise #DE356B

Tints of Cerise #DE356B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.01%

R = 58.12%
G = 13.87%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DE356B (or 0xDE356B) is known color: Cerise. HEX triplet: DE, 35 and 6B. RGB value is (222,53,107). Sum of RGB (Red+Green+Blue) = 222+53+107=382 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.12% from 382); Green value is 53 (21.09% from 255 or 13.87% from 382); Blue value is 107 (42.19% from 255 or 28.01% from 382); Max value from RGB is 222 - color contains mainly: red. Hex color #DE356B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE356B is #21CA94. Grayscale: #6D6D6D. Windows color (decimal): -2214549 or 7026142. OLE color: 7026142.

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

Color convert

RGB 222 53 107 -
CMYK 0 0.76 0.52 0.13
HSL 340.83º 0.72% 0.54% -
HSV(B) 340.83º 0.76% 0.87% -
XYZ 34.05 19.14 15.81 -
YUV 109.69 126.49 208.11 -
System Red Green Blue C M Y K H S L
Decimal 222 53 107 0 0.76 0.52 0.13 340.83 0.72 0.54
Hex DE 35 6B 0 4C 34 D 155 48 36
Octal 336 65 153 0 114 64 15 525 110 66
Binary 11011110 110101 1101011 0 1001100 110100 1101 101010101 1001000 110110

Color Harmonies of #DE356B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE356B

Black with #DE356B

Text Example


Text Example

White with #DE356B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE356B; }

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

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

background-color css

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

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

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

border-color css

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

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

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