Html Css Color HEX #DE335B Cerise

📋 copy color: '#DE335B'

red 222 ◦ green 51 ◦ blue 91

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

Shades of Cerise #DE335B

Tints of Cerise #DE335B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.01%

 BLUE value IS 91 (35.94% from 255) = 25%

R = 60.99%
G = 14.01%
B = 25%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DE335B (or 0xDE335B) is known color: Cerise. HEX triplet: DE, 33 and 5B. RGB value is (222,51,91). Sum of RGB (Red+Green+Blue) = 222+51+91=364 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.99% from 364); Green value is 51 (20.31% from 255 or 14.01% from 364); Blue value is 91 (35.94% from 255 or 25% from 364); Max value from RGB is 222 - color contains mainly: red. Hex color #DE335B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE335B is #21CCA4. Grayscale: #6A6A6A. Windows color (decimal): -2215077 or 5977054. OLE color: 5977054.

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

Color convert

RGB 222 51 91 -
CMYK 0 0.77 0.59 0.13
HSL 345.96º 0.72% 0.54% -
HSV(B) 345.96º 0.77% 0.87% -
XYZ 33.2 18.65 11.75 -
YUV 106.69 119.15 210.25 -
System Red Green Blue C M Y K H S L
Decimal 222 51 91 0 0.77 0.59 0.13 345.96 0.72 0.54
Hex DE 33 5B 0 4D 3B D 15A 48 36
Octal 336 63 133 0 115 73 15 532 110 66
Binary 11011110 110011 1011011 0 1001101 111011 1101 101011010 1001000 110110

Color Harmonies of #DE335B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE335B

Black with #DE335B

Text Example


Text Example

White with #DE335B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE335B; }

 p { color: rgb(222,51,91); }

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

background-color css

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

 a { background-color: rgb(222,51,91); }

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

border-color css

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

 span { border-color: rgb(222,51,91); }

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