Html Css Color HEX #DE245D Cerise

📋 copy color: '#DE245D'

red 222 ◦ green 36 ◦ blue 93

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

Shades of Cerise #DE245D

Tints of Cerise #DE245D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.5%

R = 63.25%
G = 10.26%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DE245D (or 0xDE245D) is known color: Cerise. HEX triplet: DE, 24 and 5D. RGB value is (222,36,93). Sum of RGB (Red+Green+Blue) = 222+36+93=351 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.25% from 351); Green value is 36 (14.45% from 255 or 10.26% from 351); Blue value is 93 (36.72% from 255 or 26.50% from 351); Max value from RGB is 222 - color contains mainly: red. Hex color #DE245D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE245D is #21DBA2. Grayscale: #626262. Windows color (decimal): -2218915 or 6104286. OLE color: 6104286.

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

Color convert

RGB 222 36 93 -
CMYK 0 0.84 0.58 0.13
HSL 341.61º 0.74% 0.51% -
HSV(B) 341.61º 0.84% 0.87% -
XYZ 32.73 17.58 12.02 -
YUV 98.11 125.12 216.37 -
System Red Green Blue C M Y K H S L
Decimal 222 36 93 0 0.84 0.58 0.13 341.61 0.74 0.51
Hex DE 24 5D 0 54 3A D 156 4A 33
Octal 336 44 135 0 124 72 15 526 112 63
Binary 11011110 100100 1011101 0 1010100 111010 1101 101010110 1001010 110011

Color Harmonies of #DE245D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE245D

Black with #DE245D

Text Example


Text Example

White with #DE245D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE245D; }

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

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

background-color css

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

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

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

border-color css

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

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

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