Html Css Color HEX #DE245B Cerise

📋 copy color: '#DE245B'

red 222 ◦ green 36 ◦ blue 91

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

Shades of Cerise #DE245B

Tints of Cerise #DE245B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.32%

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

R = 63.61%
G = 10.32%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DE245B (or 0xDE245B) is known color: Cerise. HEX triplet: DE, 24 and 5B. RGB value is (222,36,91). Sum of RGB (Red+Green+Blue) = 222+36+91=349 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.61% from 349); Green value is 36 (14.45% from 255 or 10.32% from 349); Blue value is 91 (35.94% from 255 or 26.07% from 349); Max value from RGB is 222 - color contains mainly: red. Hex color #DE245B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE245B is #21DBA4. Grayscale: #616161. Windows color (decimal): -2218917 or 5973214. OLE color: 5973214.

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

Color convert

RGB 222 36 91 -
CMYK 0 0.84 0.59 0.13
HSL 342.26º 0.74% 0.51% -
HSV(B) 342.26º 0.84% 0.87% -
XYZ 32.64 17.55 11.56 -
YUV 97.88 124.12 216.53 -
System Red Green Blue C M Y K H S L
Decimal 222 36 91 0 0.84 0.59 0.13 342.26 0.74 0.51
Hex DE 24 5B 0 54 3B D 156 4A 33
Octal 336 44 133 0 124 73 15 526 112 63
Binary 11011110 100100 1011011 0 1010100 111011 1101 101010110 1001010 110011

Color Harmonies of #DE245B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE245B

Black with #DE245B

Text Example


Text Example

White with #DE245B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE245B; }

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

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

background-color css

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

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

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

border-color css

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

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

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