Html Css Color HEX #DE3471 Cerise

📋 copy color: '#DE3471'

red 222 ◦ green 52 ◦ blue 113

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

Shades of Cerise #DE3471

Tints of Cerise #DE3471

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.44%

 BLUE value IS 113 (44.53% from 255) = 29.2%

R = 57.36%
G = 13.44%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DE3471 (or 0xDE3471) is known color: Cerise. HEX triplet: DE, 34 and 71. RGB value is (222,52,113). Sum of RGB (Red+Green+Blue) = 222+52+113=387 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.36% from 387); Green value is 52 (20.70% from 255 or 13.44% from 387); Blue value is 113 (44.53% from 255 or 29.20% from 387); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3471 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE3471 is #21CB8E. Grayscale: #6D6D6D. Windows color (decimal): -2214799 or 7419102. OLE color: 7419102.

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

Color convert

RGB 222 52 113 -
CMYK 0 0.77 0.49 0.13
HSL 338.47º 0.72% 0.54% -
HSV(B) 338.47º 0.77% 0.87% -
XYZ 34.33 19.18 17.51 -
YUV 109.78 129.82 208.04 -
System Red Green Blue C M Y K H S L
Decimal 222 52 113 0 0.77 0.49 0.13 338.47 0.72 0.54
Hex DE 34 71 0 4D 31 D 152 48 36
Octal 336 64 161 0 115 61 15 522 110 66
Binary 11011110 110100 1110001 0 1001101 110001 1101 101010010 1001000 110110

Color Harmonies of #DE3471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3471

Black with #DE3471

Text Example


Text Example

White with #DE3471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3471; }

 p { color: rgb(222,52,113); }

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

background-color css

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

 a { background-color: rgb(222,52,113); }

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

border-color css

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

 span { border-color: rgb(222,52,113); }

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