Html Css Color HEX #DE346D Cerise

📋 copy color: '#DE346D'

red 222 ◦ green 52 ◦ blue 109

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

Shades of Cerise #DE346D

Tints of Cerise #DE346D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 28.46%

R = 57.96%
G = 13.58%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DE346D (or 0xDE346D) is known color: Cerise. HEX triplet: DE, 34 and 6D. RGB value is (222,52,109). Sum of RGB (Red+Green+Blue) = 222+52+109=383 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.96% from 383); Green value is 52 (20.70% from 255 or 13.58% from 383); Blue value is 109 (42.97% from 255 or 28.46% from 383); Max value from RGB is 222 - color contains mainly: red. Hex color #DE346D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE346D is #21CB92. Grayscale: #6D6D6D. Windows color (decimal): -2214803 or 7156958. OLE color: 7156958.

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

Color convert

RGB 222 52 109 -
CMYK 0 0.77 0.51 0.13
HSL 339.88º 0.72% 0.54% -
HSV(B) 339.88º 0.77% 0.87% -
XYZ 34.11 19.09 16.35 -
YUV 109.33 127.82 208.37 -
System Red Green Blue C M Y K H S L
Decimal 222 52 109 0 0.77 0.51 0.13 339.88 0.72 0.54
Hex DE 34 6D 0 4D 33 D 154 48 36
Octal 336 64 155 0 115 63 15 524 110 66
Binary 11011110 110100 1101101 0 1001101 110011 1101 101010100 1001000 110110

Color Harmonies of #DE346D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE346D

Black with #DE346D

Text Example


Text Example

White with #DE346D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE346D; }

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

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

background-color css

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

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

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

border-color css

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

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

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