Html Css Color HEX #DE3175 Cerise

📋 copy color: '#DE3175'

red 222 ◦ green 49 ◦ blue 117

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

Shades of Cerise #DE3175

Tints of Cerise #DE3175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.15%

R = 57.22%
G = 12.63%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DE3175 (or 0xDE3175) is known color: Cerise. HEX triplet: DE, 31 and 75. RGB value is (222,49,117). Sum of RGB (Red+Green+Blue) = 222+49+117=388 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.22% from 388); Green value is 49 (19.53% from 255 or 12.63% from 388); Blue value is 117 (46.09% from 255 or 30.15% from 388); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3175 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE3175 is #21CE8A. Grayscale: #6C6C6C. Windows color (decimal): -2215563 or 7680478. OLE color: 7680478.

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

Color convert

RGB 222 49 117 -
CMYK 0 0.78 0.47 0.13
HSL 336.42º 0.72% 0.53% -
HSV(B) 336.42º 0.78% 0.87% -
XYZ 34.43 19.01 18.68 -
YUV 108.48 132.81 208.97 -
System Red Green Blue C M Y K H S L
Decimal 222 49 117 0 0.78 0.47 0.13 336.42 0.72 0.53
Hex DE 31 75 0 4E 2F D 150 48 35
Octal 336 61 165 0 116 57 15 520 110 65
Binary 11011110 110001 1110101 0 1001110 101111 1101 101010000 1001000 110101

Color Harmonies of #DE3175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3175

Black with #DE3175

Text Example


Text Example

White with #DE3175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3175; }

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

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

background-color css

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

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

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

border-color css

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

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

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