Html Css Color HEX #DE375C Cerise

📋 copy color: '#DE375C'

red 222 ◦ green 55 ◦ blue 92

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

Shades of Cerise #DE375C

Tints of Cerise #DE375C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.91%

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

R = 60.16%
G = 14.91%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DE375C (or 0xDE375C) is known color: Cerise. HEX triplet: DE, 37 and 5C. RGB value is (222,55,92). Sum of RGB (Red+Green+Blue) = 222+55+92=369 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.16% from 369); Green value is 55 (21.88% from 255 or 14.91% from 369); Blue value is 92 (36.33% from 255 or 24.93% from 369); Max value from RGB is 222 - color contains mainly: red. Hex color #DE375C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE375C is #21C8A3. Grayscale: #6D6D6D. Windows color (decimal): -2214052 or 6043614. OLE color: 6043614.

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

Color convert

RGB 222 55 92 -
CMYK 0 0.75 0.59 0.13
HSL 346.71º 0.72% 0.54% -
HSV(B) 346.71º 0.75% 0.87% -
XYZ 33.42 19.03 12.04 -
YUV 109.15 118.33 208.49 -
System Red Green Blue C M Y K H S L
Decimal 222 55 92 0 0.75 0.59 0.13 346.71 0.72 0.54
Hex DE 37 5C 0 4B 3B D 15B 48 36
Octal 336 67 134 0 113 73 15 533 110 66
Binary 11011110 110111 1011100 0 1001011 111011 1101 101011011 1001000 110110

Color Harmonies of #DE375C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE375C

Black with #DE375C

Text Example


Text Example

White with #DE375C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE375C; }

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

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

background-color css

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

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

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

border-color css

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

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

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