Html Css Color HEX #DE3575 Cerise

📋 copy color: '#DE3575'

red 222 ◦ green 53 ◦ blue 117

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

Shades of Cerise #DE3575

Tints of Cerise #DE3575

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.52%

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

R = 56.63%
G = 13.52%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DE3575 (or 0xDE3575) is known color: Cerise. HEX triplet: DE, 35 and 75. RGB value is (222,53,117). Sum of RGB (Red+Green+Blue) = 222+53+117=392 (51% of max value = 765). Red value is 222 (87.11% from 255 or 56.63% from 392); Green value is 53 (21.09% from 255 or 13.52% from 392); Blue value is 117 (46.09% from 255 or 29.85% from 392); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3575 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE3575 is #21CA8A. Grayscale: #6E6E6E. Windows color (decimal): -2214539 or 7681502. OLE color: 7681502.

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

Color convert

RGB 222 53 117 -
CMYK 0 0.76 0.47 0.13
HSL 337.28º 0.72% 0.54% -
HSV(B) 337.28º 0.76% 0.87% -
XYZ 34.61 19.36 18.74 -
YUV 110.83 131.49 207.3 -
System Red Green Blue C M Y K H S L
Decimal 222 53 117 0 0.76 0.47 0.13 337.28 0.72 0.54
Hex DE 35 75 0 4C 2F D 151 48 36
Octal 336 65 165 0 114 57 15 521 110 66
Binary 11011110 110101 1110101 0 1001100 101111 1101 101010001 1001000 110110

Color Harmonies of #DE3575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3575

Black with #DE3575

Text Example


Text Example

White with #DE3575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3575; }

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

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

background-color css

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

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

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

border-color css

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

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

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