Html Css Color HEX #DE386C Cerise

📋 copy color: '#DE386C'

red 222 ◦ green 56 ◦ blue 108

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

Shades of Cerise #DE386C

Tints of Cerise #DE386C

RGB

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

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

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

R = 57.51%
G = 14.51%
B = 27.98%

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

#DE386C (or 0xDE386C) is known color: Cerise. HEX triplet: DE, 38 and 6C. RGB value is (222,56,108). Sum of RGB (Red+Green+Blue) = 222+56+108=386 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.51% from 386); Green value is 56 (22.27% from 255 or 14.51% from 386); Blue value is 108 (42.58% from 255 or 27.98% from 386); Max value from RGB is 222 - color contains mainly: red. Hex color #DE386C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE386C is #21C793. Grayscale: #6F6F6F. Windows color (decimal): -2213780 or 7092446. OLE color: 7092446.

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

Color convert

RGB 222 56 108 -
CMYK 0 0.75 0.51 0.13
HSL 341.2º 0.72% 0.55% -
HSV(B) 341.2º 0.75% 0.87% -
XYZ 34.25 19.44 16.13 -
YUV 111.56 126 206.77 -
System Red Green Blue C M Y K H S L
Decimal 222 56 108 0 0.75 0.51 0.13 341.2 0.72 0.55
Hex DE 38 6C 0 4B 33 D 155 48 37
Octal 336 70 154 0 113 63 15 525 110 67
Binary 11011110 111000 1101100 0 1001011 110011 1101 101010101 1001000 110111

Color Harmonies of #DE386C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE386C

Black with #DE386C

Text Example


Text Example

White with #DE386C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE386C; }

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

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

background-color css

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

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

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

border-color css

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

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

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