Html Css Color HEX #DE386D Cerise

📋 copy color: '#DE386D'

red 222 ◦ green 56 ◦ blue 109

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

Shades of Cerise #DE386D

Tints of Cerise #DE386D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.47%

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

R = 57.36%
G = 14.47%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DE386D (or 0xDE386D) is known color: Cerise. HEX triplet: DE, 38 and 6D. RGB value is (222,56,109). Sum of RGB (Red+Green+Blue) = 222+56+109=387 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.36% from 387); Green value is 56 (22.27% from 255 or 14.47% from 387); Blue value is 109 (42.97% from 255 or 28.17% from 387); Max value from RGB is 222 - color contains mainly: red. Hex color #DE386D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE386D is #21C792. Grayscale: #6F6F6F. Windows color (decimal): -2213779 or 7157982. OLE color: 7157982.

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

Color convert

RGB 222 56 109 -
CMYK 0 0.75 0.51 0.13
HSL 340.84º 0.72% 0.55% -
HSV(B) 340.84º 0.75% 0.87% -
XYZ 34.3 19.46 16.42 -
YUV 111.68 126.5 206.69 -
System Red Green Blue C M Y K H S L
Decimal 222 56 109 0 0.75 0.51 0.13 340.84 0.72 0.55
Hex DE 38 6D 0 4B 33 D 155 48 37
Octal 336 70 155 0 113 63 15 525 110 67
Binary 11011110 111000 1101101 0 1001011 110011 1101 101010101 1001000 110111

Color Harmonies of #DE386D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE386D

Black with #DE386D

Text Example


Text Example

White with #DE386D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE386D; }

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

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

background-color css

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

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

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

border-color css

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

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

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