Html Css Color HEX #DE3C74 Cerise

📋 copy color: '#DE3C74'

red 222 ◦ green 60 ◦ blue 116

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

Shades of Cerise #DE3C74

Tints of Cerise #DE3C74

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.08%

 BLUE value IS 116 (45.7% from 255) = 29.15%

R = 55.78%
G = 15.08%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DE3C74 (or 0xDE3C74) is known color: Cerise. HEX triplet: DE, 3C and 74. RGB value is (222,60,116). Sum of RGB (Red+Green+Blue) = 222+60+116=398 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.78% from 398); Green value is 60 (23.83% from 255 or 15.08% from 398); Blue value is 116 (45.70% from 255 or 29.15% from 398); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3C74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE3C74 is #21C38B. Grayscale: #727272. Windows color (decimal): -2212748 or 7617758. OLE color: 7617758.

HSL color Cylindrical-coordinate representation of color #DE3C74: hue angle of 339.26º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DE3C74 is Cyan = 0, Magento = 0.73, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 60 116 -
CMYK 0 0.73 0.48 0.13
HSL 339.26º 0.71% 0.55% -
HSV(B) 339.26º 0.73% 0.87% -
XYZ 34.89 20.02 18.55 -
YUV 114.82 128.67 204.45 -
System Red Green Blue C M Y K H S L
Decimal 222 60 116 0 0.73 0.48 0.13 339.26 0.71 0.55
Hex DE 3C 74 0 49 30 D 153 47 37
Octal 336 74 164 0 111 60 15 523 107 67
Binary 11011110 111100 1110100 0 1001001 110000 1101 101010011 1000111 110111

Color Harmonies of #DE3C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3C74

Black with #DE3C74

Text Example


Text Example

White with #DE3C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3C74; }

 p { color: rgb(222,60,116); }

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

background-color css

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

 a { background-color: rgb(222,60,116); }

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

border-color css

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

 span { border-color: rgb(222,60,116); }

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