Html Css Color HEX #DE346C Cerise

📋 copy color: '#DE346C'

red 222 ◦ green 52 ◦ blue 108

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

Shades of Cerise #DE346C

Tints of Cerise #DE346C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 28.27%

R = 58.12%
G = 13.61%
B = 28.27%

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

#DE346C (or 0xDE346C) is known color: Cerise. HEX triplet: DE, 34 and 6C. RGB value is (222,52,108). Sum of RGB (Red+Green+Blue) = 222+52+108=382 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.12% from 382); Green value is 52 (20.70% from 255 or 13.61% from 382); Blue value is 108 (42.58% from 255 or 28.27% from 382); Max value from RGB is 222 - color contains mainly: red. Hex color #DE346C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE346C is #21CB93. Grayscale: #6D6D6D. Windows color (decimal): -2214804 or 7091422. OLE color: 7091422.

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

Color convert

RGB 222 52 108 -
CMYK 0 0.77 0.51 0.13
HSL 340.24º 0.72% 0.54% -
HSV(B) 340.24º 0.77% 0.87% -
XYZ 34.06 19.07 16.07 -
YUV 109.21 127.32 208.45 -
System Red Green Blue C M Y K H S L
Decimal 222 52 108 0 0.77 0.51 0.13 340.24 0.72 0.54
Hex DE 34 6C 0 4D 33 D 154 48 36
Octal 336 64 154 0 115 63 15 524 110 66
Binary 11011110 110100 1101100 0 1001101 110011 1101 101010100 1001000 110110

Color Harmonies of #DE346C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE346C

Black with #DE346C

Text Example


Text Example

White with #DE346C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE346C; }

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

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

background-color css

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

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

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

border-color css

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

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

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