Html Css Color HEX #DE356A Cerise

📋 copy color: '#DE356A'

red 222 ◦ green 53 ◦ blue 106

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

Shades of Cerise #DE356A

Tints of Cerise #DE356A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 27.82%

R = 58.27%
G = 13.91%
B = 27.82%

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

#DE356A (or 0xDE356A) is known color: Cerise. HEX triplet: DE, 35 and 6A. RGB value is (222,53,106). Sum of RGB (Red+Green+Blue) = 222+53+106=381 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.27% from 381); Green value is 53 (21.09% from 255 or 13.91% from 381); Blue value is 106 (41.80% from 255 or 27.82% from 381); Max value from RGB is 222 - color contains mainly: red. Hex color #DE356A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE356A is #21CA95. Grayscale: #6D6D6D. Windows color (decimal): -2214550 or 6960606. OLE color: 6960606.

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

Color convert

RGB 222 53 106 -
CMYK 0 0.76 0.52 0.13
HSL 341.18º 0.72% 0.54% -
HSV(B) 341.18º 0.76% 0.87% -
XYZ 34 19.12 15.53 -
YUV 109.57 125.99 208.19 -
System Red Green Blue C M Y K H S L
Decimal 222 53 106 0 0.76 0.52 0.13 341.18 0.72 0.54
Hex DE 35 6A 0 4C 34 D 155 48 36
Octal 336 65 152 0 114 64 15 525 110 66
Binary 11011110 110101 1101010 0 1001100 110100 1101 101010101 1001000 110110

Color Harmonies of #DE356A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE356A

Black with #DE356A

Text Example


Text Example

White with #DE356A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE356A; }

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

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

background-color css

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

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

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

border-color css

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

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

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