Html Css Color HEX #DE315C Cerise

📋 copy color: '#DE315C'

red 222 ◦ green 49 ◦ blue 92

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

Shades of Cerise #DE315C

Tints of Cerise #DE315C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.5%

 BLUE value IS 92 (36.33% from 255) = 25.34%

R = 61.16%
G = 13.5%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DE315C (or 0xDE315C) is known color: Cerise. HEX triplet: DE, 31 and 5C. RGB value is (222,49,92). Sum of RGB (Red+Green+Blue) = 222+49+92=363 (48% of max value = 765). Red value is 222 (87.11% from 255 or 61.16% from 363); Green value is 49 (19.53% from 255 or 13.50% from 363); Blue value is 92 (36.33% from 255 or 25.34% from 363); Max value from RGB is 222 - color contains mainly: red. Hex color #DE315C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE315C is #21CEA3. Grayscale: #696969. Windows color (decimal): -2215588 or 6042078. OLE color: 6042078.

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

Color convert

RGB 222 49 92 -
CMYK 0 0.78 0.59 0.13
HSL 345.09º 0.72% 0.53% -
HSV(B) 345.09º 0.78% 0.87% -
XYZ 33.15 18.5 11.95 -
YUV 105.63 120.31 211 -
System Red Green Blue C M Y K H S L
Decimal 222 49 92 0 0.78 0.59 0.13 345.09 0.72 0.53
Hex DE 31 5C 0 4E 3B D 159 48 35
Octal 336 61 134 0 116 73 15 531 110 65
Binary 11011110 110001 1011100 0 1001110 111011 1101 101011001 1001000 110101

Color Harmonies of #DE315C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE315C

Black with #DE315C

Text Example


Text Example

White with #DE315C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE315C; }

 p { color: rgb(222,49,92); }

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

background-color css

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

 a { background-color: rgb(222,49,92); }

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

border-color css

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

 span { border-color: rgb(222,49,92); }

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