Html Css Color HEX #DE5366 Cabaret

📋 copy color: '#DE5366'

red 222 ◦ green 83 ◦ blue 102

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

Shades of Cabaret #DE5366

Tints of Cabaret #DE5366

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.39%

 BLUE value IS 102 (40.23% from 255) = 25.06%

R = 54.55%
G = 20.39%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DE5366 (or 0xDE5366) is known color: Cabaret. HEX triplet: DE, 53 and 66. RGB value is (222,83,102). Sum of RGB (Red+Green+Blue) = 222+83+102=407 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.55% from 407); Green value is 83 (32.81% from 255 or 20.39% from 407); Blue value is 102 (40.23% from 255 or 25.06% from 407); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5366 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5366 is #21AC99. Grayscale: #7E7E7E. Windows color (decimal): -2206874 or 6706142. OLE color: 6706142.

HSL color Cylindrical-coordinate representation of color #DE5366: hue angle of 351.8º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DE5366 is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 83 102 -
CMYK 0 0.63 0.54 0.13
HSL 351.8º 0.68% 0.6% -
HSV(B) 351.8º 0.63% 0.87% -
XYZ 35.62 22.68 15.07 -
YUV 126.73 114.05 195.96 -
System Red Green Blue C M Y K H S L
Decimal 222 83 102 0 0.63 0.54 0.13 351.8 0.68 0.6
Hex DE 53 66 0 3F 36 D 160 44 3C
Octal 336 123 146 0 77 66 15 540 104 74
Binary 11011110 1010011 1100110 0 111111 110110 1101 101100000 1000100 111100

Color Harmonies of #DE5366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5366

Black with #DE5366

Text Example


Text Example

White with #DE5366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5366; }

 p { color: rgb(222,83,102); }

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

background-color css

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

 a { background-color: rgb(222,83,102); }

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

border-color css

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

 span { border-color: rgb(222,83,102); }

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