Html Css Color HEX #DE245F Cerise

📋 copy color: '#DE245F'

red 222 ◦ green 36 ◦ blue 95

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

Shades of Cerise #DE245F

Tints of Cerise #DE245F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 26.91%

R = 62.89%
G = 10.2%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DE245F (or 0xDE245F) is known color: Cerise. HEX triplet: DE, 24 and 5F. RGB value is (222,36,95). Sum of RGB (Red+Green+Blue) = 222+36+95=353 (46% of max value = 765). Red value is 222 (87.11% from 255 or 62.89% from 353); Green value is 36 (14.45% from 255 or 10.20% from 353); Blue value is 95 (37.5% from 255 or 26.91% from 353); Max value from RGB is 222 - color contains mainly: red. Hex color #DE245F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE245F is #21DBA0. Grayscale: #626262. Windows color (decimal): -2218913 or 6235358. OLE color: 6235358.

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

Color convert

RGB 222 36 95 -
CMYK 0 0.84 0.57 0.13
HSL 340.97º 0.74% 0.51% -
HSV(B) 340.97º 0.84% 0.87% -
XYZ 32.82 17.62 12.5 -
YUV 98.34 126.12 216.2 -
System Red Green Blue C M Y K H S L
Decimal 222 36 95 0 0.84 0.57 0.13 340.97 0.74 0.51
Hex DE 24 5F 0 54 39 D 155 4A 33
Octal 336 44 137 0 124 71 15 525 112 63
Binary 11011110 100100 1011111 0 1010100 111001 1101 101010101 1001010 110011

Color Harmonies of #DE245F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE245F

Black with #DE245F

Text Example


Text Example

White with #DE245F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE245F; }

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

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

background-color css

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

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

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

border-color css

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

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

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