Html Css Color HEX #DE295F Cerise

📋 copy color: '#DE295F'

red 222 ◦ green 41 ◦ blue 95

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

Shades of Cerise #DE295F

Tints of Cerise #DE295F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.45%

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

R = 62.01%
G = 11.45%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DE295F (or 0xDE295F) is known color: Cerise. HEX triplet: DE, 29 and 5F. RGB value is (222,41,95). Sum of RGB (Red+Green+Blue) = 222+41+95=358 (47% of max value = 765). Red value is 222 (87.11% from 255 or 62.01% from 358); Green value is 41 (16.41% from 255 or 11.45% from 358); Blue value is 95 (37.5% from 255 or 26.54% from 358); Max value from RGB is 222 - color contains mainly: red. Hex color #DE295F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE295F is #21D6A0. Grayscale: #656565. Windows color (decimal): -2217633 or 6236638. OLE color: 6236638.

HSL color Cylindrical-coordinate representation of color #DE295F: hue angle of 342.1º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DE295F is Cyan = 0, Magento = 0.82, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 41 95 -
CMYK 0 0.82 0.57 0.13
HSL 342.1º 0.73% 0.52% -
HSV(B) 342.1º 0.82% 0.87% -
XYZ 32.98 17.94 12.55 -
YUV 101.28 124.47 214.11 -
System Red Green Blue C M Y K H S L
Decimal 222 41 95 0 0.82 0.57 0.13 342.1 0.73 0.52
Hex DE 29 5F 0 52 39 D 156 49 34
Octal 336 51 137 0 122 71 15 526 111 64
Binary 11011110 101001 1011111 0 1010010 111001 1101 101010110 1001001 110100

Color Harmonies of #DE295F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE295F

Black with #DE295F

Text Example


Text Example

White with #DE295F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE295F; }

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

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

background-color css

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

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

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

border-color css

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

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

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